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 355b24c805e..854e5802bfb 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: acbd0cc0-ecca-4a06-93f3-3a2150c7a32f +Module Guid: 1666c0de-cb1d-4b99-b167-0ed266f5cc63 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 29743e7dfc9..9010893d303 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgApplication.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgApplication.md @@ -100,6 +100,7 @@ Accept wildcard characters: False The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. +Supports $filter (eq). ```yaml Type: System.String @@ -318,7 +319,7 @@ Accept wildcard characters: False ### -ExtensionProperties Read-only. Nullable. -Supports $expand and $filter (eq when counting empty collections). +Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). To construct, please use Get-Help -Online and see NOTES section for EXTENSIONPROPERTIES properties and create a hash table. ```yaml @@ -991,7 +992,7 @@ BODYPARAMETER : application - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -1046,14 +1047,14 @@ BODYPARAMETER : application - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1394,7 +1395,7 @@ CONNECTORGROUP : connectorGroup - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -1436,14 +1437,14 @@ CONNECTORGROUP : connectorGroup - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1767,14 +1768,14 @@ CREATEDONBEHALFOF : directoryObject - `[Id ]`: - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. -EXTENSIONPROPERTIES : Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). +EXTENSIONPROPERTIES : Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization FEDERATEDIDENTITYCREDENTIALS : Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: diff --git a/src/Applications/Applications/docs/v1.0-beta/New-MgApplicationExtensionProperty.md b/src/Applications/Applications/docs/v1.0-beta/New-MgApplicationExtensionProperty.md index d798de0f1b6..3340a4980bd 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgApplicationExtensionProperty.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgApplicationExtensionProperty.md @@ -210,7 +210,7 @@ Accept wildcard characters: False ### -TargetObjects Following values are supported. Not nullable. -UserGroupOrganizationDeviceApplication +UserGroupAdministrativeUnitApplicationDeviceOrganization ```yaml Type: System.String[] @@ -285,7 +285,7 @@ BODYPARAMETER : extensionProperty - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization INPUTOBJECT : Identity Parameter - `[AppManagementPolicyId ]`: key: id of appManagementPolicy 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 4e857544e4e..7b861951a23 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfile.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfile.md @@ -336,7 +336,7 @@ BODYPARAMETER : onPremisesPublishing - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -378,14 +378,14 @@ BODYPARAMETER : onPremisesPublishing - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -738,7 +738,7 @@ CONNECTORGROUPS : List of existing connectorGro - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -780,14 +780,14 @@ CONNECTORGROUPS : List of existing connectorGro - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1133,7 +1133,7 @@ CONNECTORS : List of existing connector objects for - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -1175,14 +1175,14 @@ CONNECTORS : List of existing connector objects for - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. 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 a98cd81d584..6691c075b19 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnector.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnector.md @@ -266,7 +266,7 @@ BODYPARAMETER : connector - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -308,14 +308,14 @@ BODYPARAMETER : connector - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -683,7 +683,7 @@ MEMBEROF : The connectorGroup that the connecto - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -725,14 +725,14 @@ MEMBEROF : The connectorGroup that the connecto - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. 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 64fe1816c44..da8d9aa3f28 100644 --- a/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnectorGroup.md +++ b/src/Applications/Applications/docs/v1.0-beta/New-MgOnPremisePublishingProfileConnectorGroup.md @@ -292,7 +292,7 @@ APPLICATIONS : . - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -347,14 +347,14 @@ APPLICATIONS : . - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -687,7 +687,7 @@ BODYPARAMETER : connectorGroup - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -729,14 +729,14 @@ BODYPARAMETER : connectorGroup - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1112,7 +1112,7 @@ MEMBERS : . - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -1154,14 +1154,14 @@ MEMBERS : . - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. 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 d6ec1c16849..e5bd28e1965 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgApplication.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgApplication.md @@ -131,6 +131,7 @@ Accept wildcard characters: False The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. +Supports $filter (eq). ```yaml Type: System.String @@ -364,7 +365,7 @@ Accept wildcard characters: False ### -ExtensionProperties Read-only. Nullable. -Supports $expand and $filter (eq when counting empty collections). +Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). To construct, please use Get-Help -Online and see NOTES section for EXTENSIONPROPERTIES properties and create a hash table. ```yaml @@ -1070,7 +1071,7 @@ BODYPARAMETER : application - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -1125,14 +1126,14 @@ BODYPARAMETER : application - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1473,7 +1474,7 @@ CONNECTORGROUP : connectorGroup - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -1515,14 +1516,14 @@ CONNECTORGROUP : connectorGroup - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1846,14 +1847,14 @@ CREATEDONBEHALFOF : directoryObject - `[Id ]`: - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. -EXTENSIONPROPERTIES : Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). +EXTENSIONPROPERTIES : Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization FEDERATEDIDENTITYCREDENTIALS : Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: diff --git a/src/Applications/Applications/docs/v1.0-beta/Update-MgApplicationExtensionProperty.md b/src/Applications/Applications/docs/v1.0-beta/Update-MgApplicationExtensionProperty.md index ee5026ed867..92d5795f4e8 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgApplicationExtensionProperty.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgApplicationExtensionProperty.md @@ -240,7 +240,7 @@ Accept wildcard characters: False ### -TargetObjects Following values are supported. Not nullable. -UserGroupOrganizationDeviceApplication +UserGroupAdministrativeUnitApplicationDeviceOrganization ```yaml Type: System.String[] @@ -315,7 +315,7 @@ BODYPARAMETER : extensionProperty - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization INPUTOBJECT : Identity Parameter - `[AppManagementPolicyId ]`: key: id of appManagementPolicy 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 0495e1e59af..08eb6dac886 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfile.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfile.md @@ -403,7 +403,7 @@ BODYPARAMETER : onPremisesPublishing - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -445,14 +445,14 @@ BODYPARAMETER : onPremisesPublishing - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -805,7 +805,7 @@ CONNECTORGROUPS : List of existing connectorGro - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -847,14 +847,14 @@ CONNECTORGROUPS : List of existing connectorGro - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1200,7 +1200,7 @@ CONNECTORS : List of existing connector objects for - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -1242,14 +1242,14 @@ CONNECTORS : List of existing connector objects for - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. 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 dcefedf7cee..910aa44828a 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnector.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnector.md @@ -298,7 +298,7 @@ BODYPARAMETER : connector - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -340,14 +340,14 @@ BODYPARAMETER : connector - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -715,7 +715,7 @@ MEMBEROF : The connectorGroup that the connecto - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -757,14 +757,14 @@ MEMBEROF : The connectorGroup that the connecto - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. 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 6056c7c114f..34a35e51790 100644 --- a/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnectorGroup.md +++ b/src/Applications/Applications/docs/v1.0-beta/Update-MgOnPremisePublishingProfileConnectorGroup.md @@ -324,7 +324,7 @@ APPLICATIONS : . - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -379,14 +379,14 @@ APPLICATIONS : . - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -719,7 +719,7 @@ BODYPARAMETER : connectorGroup - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -761,14 +761,14 @@ BODYPARAMETER : connectorGroup - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1144,7 +1144,7 @@ MEMBERS : . - `[AppId ]`: The unique identifier for the client application. - `[PermissionIds ]`: The unique identifier for the scopes the client application is granted. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppManagementPolicies ]`: The appManagementPolicy applied to this application. - `[Description ]`: Description for this policy. Required. - `[DisplayName ]`: Display name for this policy. Required. @@ -1186,14 +1186,14 @@ MEMBERS : . - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. 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 1a79121d818..2c35fd830c3 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: acbd0cc0-ecca-4a06-93f3-3a2150c7a32f +Module Guid: 1666c0de-cb1d-4b99-b167-0ed266f5cc63 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 eba36a978fe..1ae1cce056c 100644 --- a/src/Applications/Applications/docs/v1.0/New-MgApplication.md +++ b/src/Applications/Applications/docs/v1.0/New-MgApplication.md @@ -117,6 +117,7 @@ Accept wildcard characters: False The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. +Supports $filter (eq). ```yaml Type: System.String @@ -301,7 +302,7 @@ Accept wildcard characters: False ### -ExtensionProperties Read-only. Nullable. -Supports $expand and $filter (eq when counting empty collections). +Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). To construct, please use Get-Help -Online and see NOTES section for EXTENSIONPROPERTIES properties and create a hash table. ```yaml @@ -917,7 +918,7 @@ BODYPARAMETER : application - `[AppId ]`: The unique identifier for the client application. - `[DelegatedPermissionIds ]`: The unique identifier for the oauth2PermissionScopes the application requires. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppRoles ]`: The collection of roles assigned to the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. 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. @@ -942,14 +943,14 @@ BODYPARAMETER : application - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1071,14 +1072,14 @@ CREATEDONBEHALFOF : directoryObject - `[Id ]`: - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. -EXTENSIONPROPERTIES : Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). +EXTENSIONPROPERTIES : Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization FEDERATEDIDENTITYCREDENTIALS : Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: diff --git a/src/Applications/Applications/docs/v1.0/New-MgApplicationExtensionProperty.md b/src/Applications/Applications/docs/v1.0/New-MgApplicationExtensionProperty.md index 039ef6fc88e..a3d07ccd9aa 100644 --- a/src/Applications/Applications/docs/v1.0/New-MgApplicationExtensionProperty.md +++ b/src/Applications/Applications/docs/v1.0/New-MgApplicationExtensionProperty.md @@ -210,7 +210,7 @@ Accept wildcard characters: False ### -TargetObjects Following values are supported. Not nullable. -UserGroupOrganizationDeviceApplication +UserGroupAdministrativeUnitApplicationDeviceOrganization ```yaml Type: System.String[] @@ -285,7 +285,7 @@ BODYPARAMETER : extensionProperty - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization INPUTOBJECT : Identity Parameter - `[AppManagementPolicyId ]`: key: id of appManagementPolicy diff --git a/src/Applications/Applications/docs/v1.0/Update-MgApplication.md b/src/Applications/Applications/docs/v1.0/Update-MgApplication.md index 3fa49aac9da..c3b76816f12 100644 --- a/src/Applications/Applications/docs/v1.0/Update-MgApplication.md +++ b/src/Applications/Applications/docs/v1.0/Update-MgApplication.md @@ -147,6 +147,7 @@ Accept wildcard characters: False The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. +Supports $filter (eq). ```yaml Type: System.String @@ -346,7 +347,7 @@ Accept wildcard characters: False ### -ExtensionProperties Read-only. Nullable. -Supports $expand and $filter (eq when counting empty collections). +Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). To construct, please use Get-Help -Online and see NOTES section for EXTENSIONPROPERTIES properties and create a hash table. ```yaml @@ -995,7 +996,7 @@ BODYPARAMETER : application - `[AppId ]`: The unique identifier for the client application. - `[DelegatedPermissionIds ]`: The unique identifier for the oauth2PermissionScopes the application requires. - `[RequestedAccessTokenVersion ]`: Specifies the access token version expected by this resource. This changes the version and format of the JWT produced independent of the endpoint or client used to request the access token. The endpoint used, v1.0 or v2.0, is chosen by the client and only impacts the version of id_tokens. Resources need to explicitly configure requestedAccessTokenVersion to indicate the supported access token format. Possible values for requestedAccessTokenVersion are 1, 2, or null. If the value is null, this defaults to 1, which corresponds to the v1.0 endpoint. If signInAudience on the application is configured as AzureADandPersonalMicrosoftAccount, the value for this property must be 2 - - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. + - `[AppId ]`: The unique identifier for the application that is assigned by Azure AD. Not nullable. Read-only. Supports $filter (eq). - `[AppRoles ]`: The collection of roles assigned to the application. With app role assignments, these roles can be assigned to users, groups, or service principals associated with other applications. 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. @@ -1020,14 +1021,14 @@ BODYPARAMETER : application - `[Description ]`: Free text field to provide a description of the application object to end users. The maximum allowed size is 1024 characters. Returned by default. 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 application. Supports $filter (eq, ne, not, ge, le, in, startsWith, and eq on null values), $search, and $orderBy. - - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). + - `[ExtensionProperties ]`: Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization - `[FederatedIdentityCredentials ]`: Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: - `[Audiences ]`: Lists the audiences that can appear in the external token. This field is mandatory, and defaults to 'api://AzureADTokenExchange'. 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. Required. @@ -1149,14 +1150,14 @@ CREATEDONBEHALFOF : directoryObject - `[Id ]`: - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. -EXTENSIONPROPERTIES : Read-only. Nullable. Supports $expand and $filter (eq when counting empty collections). +EXTENSIONPROPERTIES : Read-only. Nullable. Supports $expand and $filter (eq and ne when counting empty collections and only with advanced query parameters). - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. - `[Id ]`: - `[AppDisplayName ]`: Display name of the application object on which this extension property is defined. Read-only. - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization FEDERATEDIDENTITYCREDENTIALS : Federated identities for applications. Supports $expand and $filter (eq when counting empty collections). - `[Id ]`: diff --git a/src/Applications/Applications/docs/v1.0/Update-MgApplicationExtensionProperty.md b/src/Applications/Applications/docs/v1.0/Update-MgApplicationExtensionProperty.md index 32a92021aa1..0deb381543b 100644 --- a/src/Applications/Applications/docs/v1.0/Update-MgApplicationExtensionProperty.md +++ b/src/Applications/Applications/docs/v1.0/Update-MgApplicationExtensionProperty.md @@ -240,7 +240,7 @@ Accept wildcard characters: False ### -TargetObjects Following values are supported. Not nullable. -UserGroupOrganizationDeviceApplication +UserGroupAdministrativeUnitApplicationDeviceOrganization ```yaml Type: System.String[] @@ -315,7 +315,7 @@ BODYPARAMETER : extensionProperty - `[DataType ]`: Specifies the data type of the value the extension property can hold. Following values are supported. Not nullable. Binary - 256 bytes maximumBooleanDateTime - Must be specified in ISO 8601 format. Will be stored in UTC.Integer - 32-bit value.LargeInteger - 64-bit value.String - 256 characters maximum - `[IsSyncedFromOnPremises ]`: Indicates if this extension property was synced from on-premises active directory using Azure AD Connect. Read-only. - `[Name ]`: Name of the extension property. Not nullable. - - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupOrganizationDeviceApplication + - `[TargetObjects ]`: Following values are supported. Not nullable. UserGroupAdministrativeUnitApplicationDeviceOrganization INPUTOBJECT : Identity Parameter - `[AppManagementPolicyId ]`: key: id of appManagementPolicy 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 4562dc59cdb..c957d7c8009 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: 833b1d48-ea2f-4ff4-a960-076413cc97a2 +Module Guid: 3458741d-dad8-4666-8de1-804d804a1f0d 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/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationOnlineMeeting.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationOnlineMeeting.md index 00bfbbb8171..d8d8733f60e 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationOnlineMeeting.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationOnlineMeeting.md @@ -559,7 +559,8 @@ Accept wildcard characters: False ``` ### -Transcripts -. +The transcripts of an online meeting. +Read-only. To construct, please use Get-Help -Online and see NOTES section for TRANSCRIPTS properties and create a hash table. ```yaml @@ -802,10 +803,10 @@ BODYPARAMETER : onlineMeeting - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -917,10 +918,10 @@ REGISTRATION : meetingRegistration - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the meeting. -TRANSCRIPTS : . +TRANSCRIPTS : The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. VIRTUALAPPOINTMENT : virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationOnlineMeetingTranscript.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationOnlineMeetingTranscript.md index 4b9a8c0940f..15a3f36c620 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationOnlineMeetingTranscript.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgCommunicationOnlineMeetingTranscript.md @@ -77,7 +77,8 @@ Accept wildcard characters: False ``` ### -ContentInputFile -Input File for Content (.) +Input File for Content (A field representing the content of the transcript. +Read-only.) ```yaml Type: System.String @@ -92,7 +93,8 @@ Accept wildcard characters: False ``` ### -CreatedDateTime -. +Date and time at which the transcript was created. +Read-only. ```yaml Type: System.DateTime @@ -208,8 +210,8 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : callTranscript - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. INPUTOBJECT : Identity Parameter - `[AttendanceRecordId ]`: key: id of attendanceRecord diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgUserOnlineMeeting.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgUserOnlineMeeting.md index 227363102a3..580e022967a 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgUserOnlineMeeting.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgUserOnlineMeeting.md @@ -600,7 +600,8 @@ Accept wildcard characters: False ``` ### -Transcripts -. +The transcripts of an online meeting. +Read-only. To construct, please use Get-Help -Online and see NOTES section for TRANSCRIPTS properties and create a hash table. ```yaml @@ -860,10 +861,10 @@ BODYPARAMETER : onlineMeeting - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -991,10 +992,10 @@ REGISTRATION : meetingRegistration - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the meeting. -TRANSCRIPTS : . +TRANSCRIPTS : The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. VIRTUALAPPOINTMENT : virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgUserOnlineMeetingTranscript.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgUserOnlineMeetingTranscript.md index 6e059b7a3e5..1503a1ee2bf 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgUserOnlineMeetingTranscript.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/New-MgUserOnlineMeetingTranscript.md @@ -77,7 +77,8 @@ Accept wildcard characters: False ``` ### -ContentInputFile -Input File for Content (.) +Input File for Content (A field representing the content of the transcript. +Read-only.) ```yaml Type: System.String @@ -92,7 +93,8 @@ Accept wildcard characters: False ``` ### -CreatedDateTime -. +Date and time at which the transcript was created. +Read-only. ```yaml Type: System.DateTime @@ -223,8 +225,8 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : callTranscript - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. INPUTOBJECT : Identity Parameter - `[AttendanceRecordId ]`: key: id of attendanceRecord diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationOnlineMeeting.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationOnlineMeeting.md index 8ca216914b5..5d6826242a3 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationOnlineMeeting.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationOnlineMeeting.md @@ -633,7 +633,8 @@ Accept wildcard characters: False ``` ### -Transcripts -. +The transcripts of an online meeting. +Read-only. To construct, please use Get-Help -Online and see NOTES section for TRANSCRIPTS properties and create a hash table. ```yaml @@ -878,10 +879,10 @@ BODYPARAMETER : onlineMeeting - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -1009,10 +1010,10 @@ REGISTRATION : meetingRegistration - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the meeting. -TRANSCRIPTS : . +TRANSCRIPTS : The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. VIRTUALAPPOINTMENT : virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationOnlineMeetingTranscript.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationOnlineMeetingTranscript.md index a48a5aca2b9..a36e6785bab 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationOnlineMeetingTranscript.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgCommunicationOnlineMeetingTranscript.md @@ -92,7 +92,8 @@ Accept wildcard characters: False ``` ### -ContentInputFile -Input File for Content (.) +Input File for Content (A field representing the content of the transcript. +Read-only.) ```yaml Type: System.String @@ -107,7 +108,8 @@ Accept wildcard characters: False ``` ### -CreatedDateTime -. +Date and time at which the transcript was created. +Read-only. ```yaml Type: System.DateTime @@ -238,8 +240,8 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : callTranscript - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. INPUTOBJECT : Identity Parameter - `[AttendanceRecordId ]`: key: id of attendanceRecord diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserOnlineMeeting.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserOnlineMeeting.md index bd21bfd9151..92197f4f2a2 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserOnlineMeeting.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserOnlineMeeting.md @@ -632,7 +632,8 @@ Accept wildcard characters: False ``` ### -Transcripts -. +The transcripts of an online meeting. +Read-only. To construct, please use Get-Help -Online and see NOTES section for TRANSCRIPTS properties and create a hash table. ```yaml @@ -892,10 +893,10 @@ BODYPARAMETER : onlineMeeting - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -1023,10 +1024,10 @@ REGISTRATION : meetingRegistration - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the meeting. -TRANSCRIPTS : . +TRANSCRIPTS : The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. VIRTUALAPPOINTMENT : virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserOnlineMeetingTranscript.md b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserOnlineMeetingTranscript.md index fe21d8020e9..c535ca39c32 100644 --- a/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserOnlineMeetingTranscript.md +++ b/src/CloudCommunications/CloudCommunications/docs/v1.0-beta/Update-MgUserOnlineMeetingTranscript.md @@ -92,7 +92,8 @@ Accept wildcard characters: False ``` ### -ContentInputFile -Input File for Content (.) +Input File for Content (A field representing the content of the transcript. +Read-only.) ```yaml Type: System.String @@ -107,7 +108,8 @@ Accept wildcard characters: False ``` ### -CreatedDateTime -. +Date and time at which the transcript was created. +Read-only. ```yaml Type: System.DateTime @@ -253,8 +255,8 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : callTranscript - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. INPUTOBJECT : Identity Parameter - `[AttendanceRecordId ]`: key: id of attendanceRecord 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 53b0a2106e8..91a55fc13a1 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: 833b1d48-ea2f-4ff4-a960-076413cc97a2 +Module Guid: 3458741d-dad8-4666-8de1-804d804a1f0d 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/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md b/src/Compliance/Compliance/docs/v1.0-beta/Microsoft.Graph.Compliance.md index 962dc951b63..0c7e2948126 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: 8e1c53a0-156f-47d6-8ce2-8d5a24a1898d +Module Guid: 1297bc86-b6e0-47d5-8603-450134b38f19 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 7b0aa92791e..833aee58d7b 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCase.md @@ -3124,7 +3124,7 @@ BODYPARAMETER : case - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3633,10 +3633,10 @@ BODYPARAMETER : case - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7609,7 +7609,7 @@ CUSTODIANS : Returns a list of case custod - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8118,10 +8118,10 @@ CUSTODIANS : Returns a list of case custod - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11949,7 +11949,7 @@ LEGALHOLDS : Returns a list of case legalH - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12458,10 +12458,10 @@ LEGALHOLDS : Returns a list of case legalH - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 d5854389905..d331ff3d5f4 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodian.md @@ -3088,7 +3088,7 @@ BODYPARAMETER : custodian - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3597,10 +3597,10 @@ BODYPARAMETER : custodian - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7424,7 +7424,7 @@ SITESOURCES : Data source entity for Shar - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7933,10 +7933,10 @@ SITESOURCES : Data source entity for Shar - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11566,7 +11566,7 @@ UNIFIEDGROUPSOURCES : Data source - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12079,10 +12079,10 @@ UNIFIEDGROUPSOURCES : Data source - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 20ebfe6c99a..5263be979bc 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianSiteSource.md @@ -2951,7 +2951,7 @@ BODYPARAMETER : siteSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3460,10 +3460,10 @@ BODYPARAMETER : siteSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7273,7 +7273,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7782,10 +7782,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 a7266ec99b1..df9cb29c1fd 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -2805,7 +2805,7 @@ BODYPARAMETER : unifiedGroupSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3318,10 +3318,10 @@ BODYPARAMETER : unifiedGroupSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7110,7 +7110,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7623,10 +7623,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 103583dbee3..8cb24469885 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHold.md @@ -3078,7 +3078,7 @@ BODYPARAMETER : legalHold - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3587,10 +3587,10 @@ BODYPARAMETER : legalHold - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7433,7 +7433,7 @@ SITESOURCES : Data source entity for Shar - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7942,10 +7942,10 @@ SITESOURCES : Data source entity for Shar - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11575,7 +11575,7 @@ UNIFIEDGROUPSOURCES : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12088,10 +12088,10 @@ UNIFIEDGROUPSOURCES : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 c439f3a4e1f..1f0944d192e 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -2951,7 +2951,7 @@ BODYPARAMETER : siteSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3460,10 +3460,10 @@ BODYPARAMETER : siteSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7273,7 +7273,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7782,10 +7782,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 01e532544bd..283b71d3e34 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/New-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -2805,7 +2805,7 @@ BODYPARAMETER : unifiedGroupSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3318,10 +3318,10 @@ BODYPARAMETER : unifiedGroupSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7110,7 +7110,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7623,10 +7623,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 d41de348e22..74f5164fe86 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgCompliance.md @@ -2859,7 +2859,7 @@ BODYPARAMETER : compliance - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3368,10 +3368,10 @@ BODYPARAMETER : compliance - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7343,7 +7343,7 @@ EDISCOVERY : ediscoveryroot - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7852,10 +7852,10 @@ EDISCOVERY : ediscoveryroot - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 de40e49dc16..3d2283cdf19 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscovery.md @@ -2872,7 +2872,7 @@ BODYPARAMETER : ediscoveryroot - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3381,10 +3381,10 @@ BODYPARAMETER : ediscoveryroot - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7353,7 +7353,7 @@ CASES : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7862,10 +7862,10 @@ CASES : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 dd4f5532c1c..77c77d150fd 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCase.md @@ -3192,7 +3192,7 @@ BODYPARAMETER : case - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3701,10 +3701,10 @@ BODYPARAMETER : case - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7677,7 +7677,7 @@ CUSTODIANS : Returns a list of case custod - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8186,10 +8186,10 @@ CUSTODIANS : Returns a list of case custod - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12033,7 +12033,7 @@ LEGALHOLDS : Returns a list of case legalH - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12542,10 +12542,10 @@ LEGALHOLDS : Returns a list of case legalH - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 afbb7e812ec..3e874c204cb 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodian.md @@ -3118,7 +3118,7 @@ BODYPARAMETER : custodian - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3627,10 +3627,10 @@ BODYPARAMETER : custodian - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7454,7 +7454,7 @@ SITESOURCES : Data source entity for Shar - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7963,10 +7963,10 @@ SITESOURCES : Data source entity for Shar - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11596,7 +11596,7 @@ UNIFIEDGROUPSOURCES : Data source - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12109,10 +12109,10 @@ UNIFIEDGROUPSOURCES : Data source - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 8b89fc72dac..02cd6b1bc5c 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianSiteSource.md @@ -2982,7 +2982,7 @@ BODYPARAMETER : siteSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3491,10 +3491,10 @@ BODYPARAMETER : siteSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7304,7 +7304,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7813,10 +7813,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 2edd74912ea..20ea03281f6 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -2837,7 +2837,7 @@ BODYPARAMETER : unifiedGroupSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3350,10 +3350,10 @@ BODYPARAMETER : unifiedGroupSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7142,7 +7142,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7655,10 +7655,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 c41efdca782..e99f743124c 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHold.md @@ -3108,7 +3108,7 @@ BODYPARAMETER : legalHold - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3617,10 +3617,10 @@ BODYPARAMETER : legalHold - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7463,7 +7463,7 @@ SITESOURCES : Data source entity for Shar - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7972,10 +7972,10 @@ SITESOURCES : Data source entity for Shar - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11605,7 +11605,7 @@ UNIFIEDGROUPSOURCES : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12118,10 +12118,10 @@ UNIFIEDGROUPSOURCES : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 f60a608f62b..4e95adb9a7c 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldSiteSource.md @@ -2982,7 +2982,7 @@ BODYPARAMETER : siteSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3491,10 +3491,10 @@ BODYPARAMETER : siteSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7304,7 +7304,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7813,10 +7813,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 82b4cd8b59c..acf62a83cab 100644 --- a/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md +++ b/src/Compliance/Compliance/docs/v1.0-beta/Update-MgComplianceEdiscoveryCaseLegalHoldUnifiedGroupSource.md @@ -2837,7 +2837,7 @@ BODYPARAMETER : unifiedGroupSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3350,10 +3350,10 @@ BODYPARAMETER : unifiedGroupSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7142,7 +7142,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7655,10 +7655,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 5baa22e57a9..cfe8c90842d 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: 8e1c53a0-156f-47d6-8ce2-8d5a24a1898d +Module Guid: 1297bc86-b6e0-47d5-8603-450134b38f19 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/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 6d651d34a0e..db38fc03386 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: a162f9d1-a7c1-4058-98cd-9b6326850dcc +Module Guid: 6b8b877a-42e0-4d1e-8a5b-8c3306a13dc0 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/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0/Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0/Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport.md new file mode 100644 index 00000000000..3918cbc0aab --- /dev/null +++ b/src/DeviceManagement.Actions/DeviceManagement.Actions/docs/v1.0/Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport.md @@ -0,0 +1,297 @@ +--- +external help file: +Module Name: Microsoft.Graph.DeviceManagement.Actions +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions/get-mgdevicemanagementreportnoncompliantdeviceandsettingreport +schema: 2.0.0 +--- + +# Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport + +## SYNOPSIS +Invoke action getNoncompliantDevicesAndSettingsReport + +## SYNTAX + +### GetExpanded1 (Default) +``` +Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport -OutFile + [-AdditionalProperties ] [-Filter ] [-GroupBy ] [-Name ] + [-Property ] [-Search ] [-SessionId ] [-Skip ] [-Sort ] + [-Top ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Get1 +``` +Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport + -BodyParameter + -OutFile [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action getNoncompliantDevicesAndSettingsReport + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: GetExpanded1 +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.IPaths11Lc6EuDevicemanagementReportsMicrosoftGraphGetnoncompliantdevicesandsettingsreportPostRequestbodyContentApplicationJsonSchema +Parameter Sets: Get1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Filter +. + +```yaml +Type: System.String +Parameter Sets: GetExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupBy +. + +```yaml +Type: System.String[] +Parameter Sets: GetExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Name +. + +```yaml +Type: System.String +Parameter Sets: GetExpanded1 +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: GetExpanded1 +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +. + +```yaml +Type: System.String +Parameter Sets: GetExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SessionId +. + +```yaml +Type: System.String +Parameter Sets: GetExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +. + +```yaml +Type: System.Int32 +Parameter Sets: GetExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +. + +```yaml +Type: System.String[] +Parameter Sets: GetExpanded1 +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +. + +```yaml +Type: System.Int32 +Parameter Sets: GetExpanded1 +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.IPaths11Lc6EuDevicemanagementReportsMicrosoftGraphGetnoncompliantdevicesandsettingsreportPostRequestbodyContentApplicationJsonSchema + +## 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 ]`: + - `[Name ]`: + - `[OrderBy ]`: + - `[Search ]`: + - `[Select ]`: + - `[SessionId ]`: + - `[Skip ]`: + - `[Top ]`: + +## RELATED LINKS + 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 6d75f374427..10e69c41854 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: a162f9d1-a7c1-4058-98cd-9b6326850dcc +Module Guid: 6b8b877a-42e0-4d1e-8a5b-8c3306a13dc0 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.devicemanagement.actions Help Version: 1.0.0.0 Locale: en-US @@ -59,6 +59,9 @@ Invoke action getReportFilters ### [Get-MgDeviceManagementReportHistoricalReport](Get-MgDeviceManagementReportHistoricalReport.md) Invoke action getHistoricalReport +### [Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport](Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport.md) +Invoke action getNoncompliantDevicesAndSettingsReport + ### [Get-MgDeviceManagementReportPolicyNonComplianceMetadata](Get-MgDeviceManagementReportPolicyNonComplianceMetadata.md) Invoke action getPolicyNonComplianceMetadata diff --git a/src/DirectoryObjects/DirectoryObjects/examples/v1.0-beta/Restore-MgDirectoryObject.md b/src/DeviceManagement.Actions/DeviceManagement.Actions/examples/v1.0/Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport.md similarity index 100% rename from src/DirectoryObjects/DirectoryObjects/examples/v1.0-beta/Restore-MgDirectoryObject.md rename to src/DeviceManagement.Actions/DeviceManagement.Actions/examples/v1.0/Get-MgDeviceManagementReportNoncompliantDeviceAndSettingReport.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 a37ea45fd35..fa04f4de30b 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: b1319145-a943-45a2-8e7f-2faa5b923458 +Module Guid: af8d2f62-0141-4a4f-9847-1d44a7273d76 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-MgDeviceManagementVirtualEndpointExternalPartnerSetting.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointExternalPartnerSetting.md index 6bed3695c16..94e73852a81 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointExternalPartnerSetting.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/New-MgDeviceManagementVirtualEndpointExternalPartnerSetting.md @@ -64,7 +64,10 @@ Accept wildcard characters: False ``` ### -EnableConnection -. +Enable or disable the connection to an external partner. +If true, an external partner API will accept incoming calls from external partners. +Required. +Supports $filter (eq). ```yaml Type: System.Management.Automation.SwitchParameter @@ -94,7 +97,9 @@ Accept wildcard characters: False ``` ### -LastSyncDateTime -. +Last data sync time for this external partner. +The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'. ```yaml Type: System.DateTime @@ -109,7 +114,7 @@ Accept wildcard characters: False ``` ### -PartnerId -. +The external partner ID. ```yaml Type: System.String @@ -139,7 +144,7 @@ Accept wildcard characters: False ``` ### -StatusDetails -. +Status details message. ```yaml Type: System.String @@ -207,11 +212,11 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : cloudPcExternalPartnerSetting - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: - - `[EnableConnection ]`: - - `[LastSyncDateTime ]`: - - `[PartnerId ]`: + - `[EnableConnection ]`: Enable or disable the connection to an external partner. If true, an external partner API will accept incoming calls from external partners. Required. Supports $filter (eq). + - `[LastSyncDateTime ]`: Last data sync time for this external partner. The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'. + - `[PartnerId ]`: The external partner ID. - `[Status ]`: cloudPcExternalPartnerStatus - - `[StatusDetails ]`: + - `[StatusDetails ]`: Status details message. ## RELATED LINKS diff --git a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointExternalPartnerSetting.md b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointExternalPartnerSetting.md index 6cf735b50f3..b9e6c1c063b 100644 --- a/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointExternalPartnerSetting.md +++ b/src/DeviceManagement.Administration/DeviceManagement.Administration/docs/v1.0-beta/Update-MgDeviceManagementVirtualEndpointExternalPartnerSetting.md @@ -97,7 +97,10 @@ Accept wildcard characters: False ``` ### -EnableConnection -. +Enable or disable the connection to an external partner. +If true, an external partner API will accept incoming calls from external partners. +Required. +Supports $filter (eq). ```yaml Type: System.Management.Automation.SwitchParameter @@ -143,7 +146,9 @@ Accept wildcard characters: False ``` ### -LastSyncDateTime -. +Last data sync time for this external partner. +The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. +For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'. ```yaml Type: System.DateTime @@ -158,7 +163,7 @@ Accept wildcard characters: False ``` ### -PartnerId -. +The external partner ID. ```yaml Type: System.String @@ -203,7 +208,7 @@ Accept wildcard characters: False ``` ### -StatusDetails -. +Status details message. ```yaml Type: System.String @@ -273,11 +278,11 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : cloudPcExternalPartnerSetting - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: - - `[EnableConnection ]`: - - `[LastSyncDateTime ]`: - - `[PartnerId ]`: + - `[EnableConnection ]`: Enable or disable the connection to an external partner. If true, an external partner API will accept incoming calls from external partners. Required. Supports $filter (eq). + - `[LastSyncDateTime ]`: Last data sync time for this external partner. The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'. + - `[PartnerId ]`: The external partner ID. - `[Status ]`: cloudPcExternalPartnerStatus - - `[StatusDetails ]`: + - `[StatusDetails ]`: Status details message. INPUTOBJECT : Identity Parameter - `[AuditEventId ]`: key: id of auditEvent 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 b7f01859f9c..8fcb44547c9 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: b1319145-a943-45a2-8e7f-2faa5b923458 +Module Guid: af8d2f62-0141-4a4f-9847-1d44a7273d76 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/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Microsoft.Graph.DeviceManagement.md index 3b3889fe9b8..ba37d8bea92 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: 7b378456-e350-4ade-996e-4c5b8bba5d2f +Module Guid: d5a1c327-c3e9-42c4-b229-697a0bd5477a 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 8e8d4de8b4a..3cbe327aec5 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementComanagedDevice.md @@ -236,6 +236,7 @@ Accept wildcard characters: False ### -BootstrapTokenEscrowed Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. +To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. @@ -1640,7 +1641,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4842,10 +4843,10 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -5981,7 +5982,7 @@ DETECTEDAPPS : All applications currently install - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -9177,10 +9178,10 @@ DETECTEDAPPS : All applications currently install - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13216,7 +13217,7 @@ USERS : The primary users associated with the managed dev - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13725,10 +13726,10 @@ USERS : The primary users associated with the managed dev - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 b60b5eb1936..37866d4befe 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDetectedApp.md @@ -226,7 +226,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3422,10 +3422,10 @@ BODYPARAMETER : A managed or unmanaged app that is - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4516,7 +4516,7 @@ MANAGEDDEVICES : The devices that have the disc - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7718,10 +7718,10 @@ MANAGEDDEVICES : The devices that have the disc - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 c838f79db6e..7a177a69003 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScript.md @@ -481,7 +481,7 @@ BODYPARAMETER : Intune will provide customer - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3680,10 +3680,10 @@ BODYPARAMETER : Intune will provide customer - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4818,7 +4818,7 @@ DEVICERUNSTATES : List of run st - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8020,10 +8020,10 @@ DEVICERUNSTATES : List of run st - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 4bab860102e..f665ac416c9 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -387,7 +387,7 @@ BODYPARAMETER : Contains propertie - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3589,10 +3589,10 @@ BODYPARAMETER : Contains propertie - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4815,7 +4815,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8017,10 +8017,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 1f0682800f1..39898037ff4 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScript.md @@ -422,7 +422,7 @@ BODYPARAMETER : Intune will provide customer t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3621,10 +3621,10 @@ BODYPARAMETER : Intune will provide customer t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4745,7 +4745,7 @@ DEVICERUNSTATES : List of ru - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7947,10 +7947,10 @@ DEVICERUNSTATES : List of ru - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -9061,7 +9061,7 @@ USERRUNSTATES : List of run st - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12263,10 +12263,10 @@ USERRUNSTATES : List of run st - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 dd688592b48..36abff453b7 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptDeviceRunState.md @@ -287,7 +287,7 @@ BODYPARAMETER : Contains prope - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3489,10 +3489,10 @@ BODYPARAMETER : Contains prope - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4711,7 +4711,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7913,10 +7913,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 d5c4fd036ec..72514c5a77a 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunState.md @@ -259,7 +259,7 @@ BODYPARAMETER : Contains propert - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3461,10 +3461,10 @@ BODYPARAMETER : Contains propert - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4564,7 +4564,7 @@ DEVICERUNSTATES : List of ru - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7766,10 +7766,10 @@ DEVICERUNSTATES : List of ru - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 9dc3bdb8853..a6e8b49f4ec 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -304,7 +304,7 @@ BODYPARAMETER : Contains prope - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3506,10 +3506,10 @@ BODYPARAMETER : Contains prope - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4728,7 +4728,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7930,10 +7930,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 a49b58be8a0..3f1816041f8 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementManagedDevice.md @@ -236,6 +236,7 @@ Accept wildcard characters: False ### -BootstrapTokenEscrowed Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. +To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. @@ -1640,7 +1641,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4842,10 +4843,10 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -5981,7 +5982,7 @@ DETECTEDAPPS : All applications currently install - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -9177,10 +9178,10 @@ DETECTEDAPPS : All applications currently install - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13216,7 +13217,7 @@ USERS : The primary users associated with the managed dev - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13725,10 +13726,10 @@ USERS : The primary users associated with the managed dev - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 786f1a190f9..41cf549f302 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScript.md @@ -404,7 +404,7 @@ BODYPARAMETER : Intune will provide custo - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3603,10 +3603,10 @@ BODYPARAMETER : Intune will provide custo - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4727,7 +4727,7 @@ DEVICERUNSTATES : List of ru - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7929,10 +7929,10 @@ DEVICERUNSTATES : List of ru - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -9043,7 +9043,7 @@ USERRUNSTATES : List of run st - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12245,10 +12245,10 @@ USERRUNSTATES : List of run st - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 3a4f197828d..11937ea8204 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptDeviceRunState.md @@ -287,7 +287,7 @@ BODYPARAMETER : Contains prope - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3489,10 +3489,10 @@ BODYPARAMETER : Contains prope - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4711,7 +4711,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7913,10 +7913,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 338832b9d7c..096f4b4bfa6 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunState.md @@ -259,7 +259,7 @@ BODYPARAMETER : Contains propert - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3461,10 +3461,10 @@ BODYPARAMETER : Contains propert - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4564,7 +4564,7 @@ DEVICERUNSTATES : List of ru - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7766,10 +7766,10 @@ DEVICERUNSTATES : List of ru - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 04c48349b5c..32a7969b88b 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/New-MgDeviceManagementScriptUserRunStateDeviceRunState.md @@ -304,7 +304,7 @@ BODYPARAMETER : Contains prope - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3506,10 +3506,10 @@ BODYPARAMETER : Contains prope - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4728,7 +4728,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7930,10 +7930,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 6ac3fe52edc..e262a4d88cd 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagement.md @@ -3592,7 +3592,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -6789,10 +6789,10 @@ BODYPARAMETER : Singleton entity that acts as a - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -9862,13 +9862,13 @@ BODYPARAMETER : Singleton entity that acts as a - `[Status ]`: cloudPcDeviceImageStatus - `[StatusDetails ]`: cloudPcDeviceImageStatusDetails - `[Version ]`: The image version. For example: 0.0.1, 1.5.13. - - `[ExternalPartnerSettings ]`: + - `[ExternalPartnerSettings ]`: The external partner settings on a Cloud PC. - `[Id ]`: - - `[EnableConnection ]`: - - `[LastSyncDateTime ]`: - - `[PartnerId ]`: + - `[EnableConnection ]`: Enable or disable the connection to an external partner. If true, an external partner API will accept incoming calls from external partners. Required. Supports $filter (eq). + - `[LastSyncDateTime ]`: Last data sync time for this external partner. The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'. + - `[PartnerId ]`: The external partner ID. - `[Status ]`: cloudPcExternalPartnerStatus - - `[StatusDetails ]`: + - `[StatusDetails ]`: Status details message. - `[GalleryImages ]`: The gallery image resource on Cloud PC. - `[Id ]`: - `[DisplayName ]`: The official display name of the gallery image. Read-only. @@ -10180,11 +10180,11 @@ BODYPARAMETER : Singleton entity that acts as a - `[ReleaseDateTime ]`: The date the catalog item was released - `[ZebraFotaArtifacts ]`: The Collection of ZebraFotaArtifacts. - `[Id ]`: - - `[BoardSupportPackageVersion ]`: The version of the Board Support Package. - - `[DeviceModel ]`: Artifact device model. - - `[OSVersion ]`: Artifact OS version. - - `[PatchVersion ]`: Artifact patch version. - - `[ReleaseNotesUrl ]`: Artifact release notes URL. + - `[BoardSupportPackageVersion ]`: The version of the Board Support Package (BSP. E.g.: 01.18.02.00) + - `[DeviceModel ]`: Applicable device model (e.g.: TC8300) + - `[OSVersion ]`: Artifact OS version (e.g.: 8.1.0) + - `[PatchVersion ]`: Artifact patch version (e.g.: U00) + - `[ReleaseNotesUrl ]`: Artifact release notes URL (e.g.: https://www.zebra.com/) - `[ZebraFotaConnector ]`: The Zebra FOTA connector entity that represents the tenant's authorization status for Intune to call Zebra Update Services. - `[(Any) ]`: This indicates any property can be added to this object. - `[Id ]`: @@ -10196,7 +10196,7 @@ BODYPARAMETER : Singleton entity that acts as a - `[ZebraFotaDeployments ]`: Collection of ZebraFotaDeployments associated with account. - `[Id ]`: - `[DeploymentAssignments ]`: Collection of Android FOTA Assignment - - `[Id ]`: Key for the Android FOTA Assignment entity + - `[Id ]`: A unique identifier assigned to each Android FOTA Assignment entity - `[Target ]`: The AAD Group we are deploying firmware updates to - `[(Any) ]`: This indicates any property can be added to this object. - `[GroupId ]`: AAD Group Id. @@ -10301,7 +10301,7 @@ COMANAGEDDEVICES : The list of co-managed devic - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13503,10 +13503,10 @@ COMANAGEDDEVICES : The list of co-managed devic - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -15074,7 +15074,7 @@ DETECTEDAPPS : The list of detected apps associat - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -18270,10 +18270,10 @@ DETECTEDAPPS : The list of detected apps associat - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -19509,7 +19509,7 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -22708,10 +22708,10 @@ DEVICECOMPLIANCESCRIPTS : The list of d - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -23986,7 +23986,7 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -27185,10 +27185,10 @@ DEVICECUSTOMATTRIBUTESHELLSCRIPTS ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -28348,7 +28348,7 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -31547,10 +31547,10 @@ DEVICEHEALTHSCRIPTS : The list of device he - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -32705,7 +32705,7 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -35904,10 +35904,10 @@ DEVICEMANAGEMENTSCRIPTS : The list of d - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -37053,7 +37053,7 @@ DEVICESHELLSCRIPTS : The list of device shel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -40252,10 +40252,10 @@ DEVICESHELLSCRIPTS : The list of device shel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -42082,7 +42082,7 @@ MANAGEDDEVICES : The list of managed devices. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -45284,10 +45284,10 @@ MANAGEDDEVICES : The list of managed devices. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -47563,13 +47563,13 @@ VIRTUALENDPOINT : virtualEndpoint - `[Status ]`: cloudPcDeviceImageStatus - `[StatusDetails ]`: cloudPcDeviceImageStatusDetails - `[Version ]`: The image version. For example: 0.0.1, 1.5.13. - - `[ExternalPartnerSettings ]`: + - `[ExternalPartnerSettings ]`: The external partner settings on a Cloud PC. - `[Id ]`: - - `[EnableConnection ]`: - - `[LastSyncDateTime ]`: - - `[PartnerId ]`: + - `[EnableConnection ]`: Enable or disable the connection to an external partner. If true, an external partner API will accept incoming calls from external partners. Required. Supports $filter (eq). + - `[LastSyncDateTime ]`: Last data sync time for this external partner. The Timestamp type represents the date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 looks like this: '2014-01-01T00:00:00Z'. + - `[PartnerId ]`: The external partner ID. - `[Status ]`: cloudPcExternalPartnerStatus - - `[StatusDetails ]`: + - `[StatusDetails ]`: Status details message. - `[GalleryImages ]`: The gallery image resource on Cloud PC. - `[Id ]`: - `[DisplayName ]`: The official display name of the gallery image. Read-only. @@ -47972,11 +47972,11 @@ WINDOWSUPDATECATALOGITEMS : A collect ZEBRAFOTAARTIFACTS : The Collection of ZebraFotaArtifacts. - `[Id ]`: - - `[BoardSupportPackageVersion ]`: The version of the Board Support Package. - - `[DeviceModel ]`: Artifact device model. - - `[OSVersion ]`: Artifact OS version. - - `[PatchVersion ]`: Artifact patch version. - - `[ReleaseNotesUrl ]`: Artifact release notes URL. + - `[BoardSupportPackageVersion ]`: The version of the Board Support Package (BSP. E.g.: 01.18.02.00) + - `[DeviceModel ]`: Applicable device model (e.g.: TC8300) + - `[OSVersion ]`: Artifact OS version (e.g.: 8.1.0) + - `[PatchVersion ]`: Artifact patch version (e.g.: U00) + - `[ReleaseNotesUrl ]`: Artifact release notes URL (e.g.: https://www.zebra.com/) ZEBRAFOTACONNECTOR : The Zebra FOTA connector entity that represents the tenant's authorization status for Intune to call Zebra Update Services. - `[(Any) ]`: This indicates any property can be added to this object. @@ -47990,7 +47990,7 @@ ZEBRAFOTACONNECTOR : The Zebra FOTA connector ZEBRAFOTADEPLOYMENTS : Collection of ZebraFotaDeployments associated with account. - `[Id ]`: - `[DeploymentAssignments ]`: Collection of Android FOTA Assignment - - `[Id ]`: Key for the Android FOTA Assignment entity + - `[Id ]`: A unique identifier assigned to each Android FOTA Assignment entity - `[Target ]`: The AAD Group we are deploying firmware updates to - `[(Any) ]`: This indicates any property can be added to this object. - `[GroupId ]`: AAD Group Id. 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 1e5a9366f9f..82ed94dfb2b 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDetectedApp.md @@ -289,7 +289,7 @@ BODYPARAMETER : A managed or unmanaged app that is - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3485,10 +3485,10 @@ BODYPARAMETER : A managed or unmanaged app that is - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4706,7 +4706,7 @@ MANAGEDDEVICES : The devices that have the disc - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7908,10 +7908,10 @@ MANAGEDDEVICES : The devices that have the disc - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 1e6353af561..800110e2aef 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScript.md @@ -549,7 +549,7 @@ BODYPARAMETER : Intune will provide customer - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3748,10 +3748,10 @@ BODYPARAMETER : Intune will provide customer - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4886,7 +4886,7 @@ DEVICERUNSTATES : List of run st - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8088,10 +8088,10 @@ DEVICERUNSTATES : List of run st - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 5d8b64fa25f..ad8c2a026d0 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceHealthScriptDeviceRunState.md @@ -419,7 +419,7 @@ BODYPARAMETER : Contains propertie - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3621,10 +3621,10 @@ BODYPARAMETER : Contains propertie - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4847,7 +4847,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8049,10 +8049,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 92ffda363d3..ba45e62e662 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScript.md @@ -490,7 +490,7 @@ BODYPARAMETER : Intune will provide customer t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3689,10 +3689,10 @@ BODYPARAMETER : Intune will provide customer t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4813,7 +4813,7 @@ DEVICERUNSTATES : List of ru - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8015,10 +8015,10 @@ DEVICERUNSTATES : List of ru - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -9256,7 +9256,7 @@ USERRUNSTATES : List of run st - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12458,10 +12458,10 @@ USERRUNSTATES : List of run st - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 bd68fa6576c..effb0fee40c 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptDeviceRunState.md @@ -320,7 +320,7 @@ BODYPARAMETER : Contains prope - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3522,10 +3522,10 @@ BODYPARAMETER : Contains prope - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4744,7 +4744,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7946,10 +7946,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 ef3e4dad339..3d1ac316930 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunState.md @@ -292,7 +292,7 @@ BODYPARAMETER : Contains propert - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3494,10 +3494,10 @@ BODYPARAMETER : Contains propert - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4597,7 +4597,7 @@ DEVICERUNSTATES : List of ru - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7799,10 +7799,10 @@ DEVICERUNSTATES : List of ru - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 c6913474b4e..5712ae21957 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementDeviceShellScriptUserRunStateDeviceRunState.md @@ -337,7 +337,7 @@ BODYPARAMETER : Contains prope - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3539,10 +3539,10 @@ BODYPARAMETER : Contains prope - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4761,7 +4761,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7963,10 +7963,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 7d73a819b9f..9a6908e41b4 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementManagedDevice.md @@ -291,6 +291,7 @@ Accept wildcard characters: False ### -BootstrapTokenEscrowed Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. +To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. @@ -1743,7 +1744,7 @@ BODYPARAMETER : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4945,10 +4946,10 @@ BODYPARAMETER : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6084,7 +6085,7 @@ DETECTEDAPPS : All applications currently install - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -9280,10 +9281,10 @@ DETECTEDAPPS : All applications currently install - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13446,7 +13447,7 @@ USERS : The primary users associated with the managed dev - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13955,10 +13956,10 @@ USERS : The primary users associated with the managed dev - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 2f2602a102f..299c3ca6141 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScript.md @@ -471,7 +471,7 @@ BODYPARAMETER : Intune will provide custo - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3670,10 +3670,10 @@ BODYPARAMETER : Intune will provide custo - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4794,7 +4794,7 @@ DEVICERUNSTATES : List of ru - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7996,10 +7996,10 @@ DEVICERUNSTATES : List of ru - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -9237,7 +9237,7 @@ USERRUNSTATES : List of run st - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12439,10 +12439,10 @@ USERRUNSTATES : List of run st - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 cadb3314e35..357437b4ce2 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptDeviceRunState.md @@ -320,7 +320,7 @@ BODYPARAMETER : Contains prope - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3522,10 +3522,10 @@ BODYPARAMETER : Contains prope - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4744,7 +4744,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7946,10 +7946,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 deb20a59cec..c954e29d2bd 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunState.md @@ -292,7 +292,7 @@ BODYPARAMETER : Contains propert - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3494,10 +3494,10 @@ BODYPARAMETER : Contains propert - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4597,7 +4597,7 @@ DEVICERUNSTATES : List of ru - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7799,10 +7799,10 @@ DEVICERUNSTATES : List of ru - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 09699da64e9..ca23df0a5dc 100644 --- a/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md +++ b/src/DeviceManagement/DeviceManagement/docs/v1.0-beta/Update-MgDeviceManagementScriptUserRunStateDeviceRunState.md @@ -336,7 +336,7 @@ BODYPARAMETER : Contains prope - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3538,10 +3538,10 @@ BODYPARAMETER : Contains prope - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4760,7 +4760,7 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7962,10 +7962,10 @@ MANAGEDDEVICE : Devices that are managed or pre-e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 aa8ad443829..32714778ee9 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: 7b378456-e350-4ade-996e-4c5b8bba5d2f +Module Guid: d5a1c327-c3e9-42c4-b229-697a0bd5477a 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/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 94b664b9678..9bcf93f4dc0 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: c1a5a42b-af4c-4f37-8cd9-13596fc19afb +Module Guid: 230dd4ee-9e1b-4ffd-abee-d837c6561d29 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 d9efc992518..301a39fd612 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 @@ -2896,7 +2896,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3409,10 +3409,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7425,7 +7425,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7934,10 +7934,10 @@ ALLOWEDUSERS : The users who have access to print using t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11691,7 +11691,7 @@ BODYPARAMETER : printerShare - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12204,10 +12204,10 @@ BODYPARAMETER : printerShare - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16213,7 +16213,7 @@ PRINTER : printer - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16726,10 +16726,10 @@ PRINTER : printer - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 223d01ec314..c1d0dd4434b 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 @@ -2896,7 +2896,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3409,10 +3409,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7425,7 +7425,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7934,10 +7934,10 @@ ALLOWEDUSERS : The users who have access to print using t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11691,7 +11691,7 @@ BODYPARAMETER : printerShare - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12204,10 +12204,10 @@ BODYPARAMETER : printerShare - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16213,7 +16213,7 @@ PRINTER : printer - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16726,10 +16726,10 @@ PRINTER : printer - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 51070b765cb..c4a63ab383e 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 @@ -3013,7 +3013,7 @@ BODYPARAMETER : print - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3526,10 +3526,10 @@ BODYPARAMETER : print - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7451,7 +7451,7 @@ PRINTERS : The list of printers registered in the ten - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7964,10 +7964,10 @@ PRINTERS : The list of printers registered in the ten - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11715,7 +11715,7 @@ PRINTERSHARES : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12228,10 +12228,10 @@ PRINTERSHARES : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16093,7 +16093,7 @@ SHARES : The list of printer shares registered in - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16606,10 +16606,10 @@ SHARES : The list of printer shares registered in - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 b960054d04d..b4034db9312 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 @@ -3250,7 +3250,7 @@ BODYPARAMETER : printer - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3763,10 +3763,10 @@ BODYPARAMETER : printer - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7758,7 +7758,7 @@ SHARE : printerShare - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8271,10 +8271,10 @@ SHARE : printerShare - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12052,7 +12052,7 @@ SHARES : The list of printerShares that are assoc - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12565,10 +12565,10 @@ SHARES : The list of printerShares that are assoc - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 3b5ef54b731..0333bb8fc05 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 @@ -2963,7 +2963,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3476,10 +3476,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7492,7 +7492,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8001,10 +8001,10 @@ ALLOWEDUSERS : The users who have access to print using t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11758,7 +11758,7 @@ BODYPARAMETER : printerShare - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12271,10 +12271,10 @@ BODYPARAMETER : printerShare - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16293,7 +16293,7 @@ PRINTER : printer - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16806,10 +16806,10 @@ PRINTER : printer - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 5b4cdb3adbe..820fce38882 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 @@ -2963,7 +2963,7 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3476,10 +3476,10 @@ ALLOWEDGROUPS : The groups whose users have access to p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7492,7 +7492,7 @@ ALLOWEDUSERS : The users who have access to print using t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8001,10 +8001,10 @@ ALLOWEDUSERS : The users who have access to print using t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11758,7 +11758,7 @@ BODYPARAMETER : printerShare - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12271,10 +12271,10 @@ BODYPARAMETER : printerShare - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16293,7 +16293,7 @@ PRINTER : printer - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16806,10 +16806,10 @@ PRINTER : printer - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 7bb11708899..2f1e89a62be 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: c1a5a42b-af4c-4f37-8cd9-13596fc19afb +Module Guid: 230dd4ee-9e1b-4ffd-abee-d837c6561d29 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-MgPrintShare.md b/src/Devices.CloudPrint/Devices.CloudPrint/docs/v1.0/New-MgPrintShare.md index 51e4d2e353b..0e6a3a26787 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 @@ -1095,18 +1095,32 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3623,18 +3637,32 @@ ALLOWEDUSERS : The users who have access to print using - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6422,18 +6450,32 @@ BODYPARAMETER : printerShare - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9359,18 +9401,32 @@ PRINTER : printer - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates 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 b048d2dd8da..ce7c47011b6 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 @@ -1170,18 +1170,32 @@ BODYPARAMETER : print - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3982,18 +3996,32 @@ PRINTERS : The list of printers registered in the tena - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6736,18 +6764,32 @@ SHARES : The list of printer shares registered i - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates 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 b668c8df1c4..4419b7ee970 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 @@ -1374,18 +1374,32 @@ BODYPARAMETER : printer - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4303,18 +4317,32 @@ SHARES : The list of printerShares that are asso - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates 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 b681e6936e0..ec5d7f24e96 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 @@ -1161,18 +1161,32 @@ ALLOWEDGROUPS : The groups whose users have access to pr - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3689,18 +3703,32 @@ ALLOWEDUSERS : The users who have access to print using - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6488,18 +6516,32 @@ BODYPARAMETER : printerShare - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9438,18 +9480,32 @@ PRINTER : printer - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates 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 5240bcde02b..2a78609bc9c 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: 6e4616db-737c-421b-83ad-e4e3ca9697a7 +Module Guid: 21b254ad-c316-41cd-914c-850a2879a65a 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 935b0c2bc6b..abf6b555600 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 @@ -290,6 +290,7 @@ Accept wildcard characters: False ### -BootstrapTokenEscrowed Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. +To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. @@ -1727,7 +1728,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4929,10 +4930,10 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6068,7 +6069,7 @@ DETECTEDAPPS : All applications currently installe - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -9264,10 +9265,10 @@ DETECTEDAPPS : All applications currently installe - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13372,7 +13373,7 @@ USERS : The primary users associated with the managed dev - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13881,10 +13882,10 @@ USERS : The primary users associated with the managed dev - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 84b074b9ee1..20afac1ec64 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 @@ -291,6 +291,7 @@ Accept wildcard characters: False ### -BootstrapTokenEscrowed Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. +To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. @@ -1758,7 +1759,7 @@ BODYPARAMETER : Devices that are managed or pre-en - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4960,10 +4961,10 @@ BODYPARAMETER : Devices that are managed or pre-en - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6099,7 +6100,7 @@ DETECTEDAPPS : All applications currently installe - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -9295,10 +9296,10 @@ DETECTEDAPPS : All applications currently installe - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13403,7 +13404,7 @@ USERS : The primary users associated with the managed dev - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13912,10 +13913,10 @@ USERS : The primary users associated with the managed dev - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 6cb0b0a788f..cd85510047f 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: 6e4616db-737c-421b-83ad-e4e3ca9697a7 +Module Guid: 21b254ad-c316-41cd-914c-850a2879a65a 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/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Get-MgDirectoryObject.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Get-MgDirectoryObject.md index 5925b57b0ba..73abd3cc53d 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Get-MgDirectoryObject.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Get-MgDirectoryObject.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgDirectoryObject ## SYNOPSIS -Get entity from directoryObjects by key +Get directoryObject ## SYNTAX @@ -19,20 +19,20 @@ Get-MgDirectoryObject [-ExpandProperty ] [-Filter ] [-Property [-CountVariable ] [-PageSize ] [] ``` -### Get2 +### Get1 ``` Get-MgDirectoryObject -DirectoryObjectId [-ExpandProperty ] [-Property ] - [-ConsistencyLevel ] [] + [] ``` ### GetViaIdentity1 ``` Get-MgDirectoryObject -InputObject [-ExpandProperty ] - [-Property ] [-ConsistencyLevel ] [] + [-Property ] [] ``` ## DESCRIPTION -Get entity from directoryObjects by key +Get directoryObject ## EXAMPLES @@ -55,11 +55,11 @@ Accept wildcard characters: False ### -ConsistencyLevel Indicates the requested consistency level. -Documentation URL: https://developer.microsoft.com/en-us/office/blogs/microsoft-graph-advanced-queries-for-directory-objects-are-now-generally-available/ +Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: List Aliases: Required: False @@ -90,7 +90,7 @@ key: id of directoryObject ```yaml Type: System.String -Parameter Sets: Get2 +Parameter Sets: Get1 Aliases: Required: True 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 6d9c2aac844..9b7bf8b14d8 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: 78f4eb54-0fef-4cad-8be1-5f2e943ff9e8 +Module Guid: 6bf64c6d-e59c-42e6-8147-c4dbfe3dc547 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.directoryobjects Help Version: 1.0.0.0 Locale: en-US @@ -18,7 +18,7 @@ Invoke action checkMemberGroups Invoke action checkMemberObjects ### [Get-MgDirectoryObject](Get-MgDirectoryObject.md) -Get entity from directoryObjects by key +Get directoryObject ### [Get-MgDirectoryObjectById](Get-MgDirectoryObjectById.md) Invoke action getByIds @@ -36,10 +36,7 @@ Invoke action getUserOwnedObjects Add new entity to directoryObjects ### [Remove-MgDirectoryObject](Remove-MgDirectoryObject.md) -Delete entity from directoryObjects - -### [Restore-MgDirectoryObject](Restore-MgDirectoryObject.md) -Invoke action restore +Delete directoryObject ### [Test-MgDirectoryObjectProperty](Test-MgDirectoryObjectProperty.md) Invoke action validateProperties diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/New-MgDirectoryObject.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/New-MgDirectoryObject.md index bc5eebffd22..2f5615b0c5c 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/New-MgDirectoryObject.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/New-MgDirectoryObject.md @@ -79,7 +79,7 @@ Accept wildcard characters: False ``` ### -Id -Read-only. +. ```yaml Type: System.String @@ -146,7 +146,7 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : directoryObject - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: Read-only. + - `[Id ]`: - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. ## RELATED LINKS diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Remove-MgDirectoryObject.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Remove-MgDirectoryObject.md index 0c81132102f..5e99d6cb622 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Remove-MgDirectoryObject.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Remove-MgDirectoryObject.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgDirectoryObject ## SYNOPSIS -Delete entity from directoryObjects +Delete directoryObject ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgDirectoryObject -InputObject [-IfMatch [-Confirm] [-WhatIf] [] -``` - -### RestoreViaIdentity1 -``` -Restore-MgDirectoryObject -InputObject [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Invoke action restore - -## EXAMPLES - -## PARAMETERS - -### -DirectoryObjectId -key: id of directoryObject - -```yaml -Type: System.String -Parameter Sets: Restore1 -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.IDirectoryObjectsIdentity -Parameter Sets: RestoreViaIdentity1 -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.IDirectoryObjectsIdentity - -## OUTPUTS - -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDirectoryObject - -## 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 - - `[DirectoryObjectId ]`: key: id of directoryObject - -## RELATED LINKS - diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Update-MgDirectoryObject.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Update-MgDirectoryObject.md index 9d16016ca54..563c5f77bbc 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Update-MgDirectoryObject.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0-beta/Update-MgDirectoryObject.md @@ -106,7 +106,7 @@ Accept wildcard characters: False ``` ### -Id -Read-only. +. ```yaml Type: System.String @@ -206,7 +206,7 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : directoryObject - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: Read-only. + - `[Id ]`: - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. INPUTOBJECT : Identity Parameter diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Get-MgDirectoryObject.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Get-MgDirectoryObject.md index a2120df1419..4eaa67d7393 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Get-MgDirectoryObject.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Get-MgDirectoryObject.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgDirectoryObject ## SYNOPSIS -Get entity from directoryObjects by key +Get directoryObject ## SYNTAX @@ -19,20 +19,20 @@ Get-MgDirectoryObject [-ExpandProperty ] [-Filter ] [-Property [-CountVariable ] [-PageSize ] [] ``` -### Get1 +### Get ``` Get-MgDirectoryObject -DirectoryObjectId [-ExpandProperty ] [-Property ] - [-ConsistencyLevel ] [] + [] ``` ### GetViaIdentity ``` Get-MgDirectoryObject -InputObject [-ExpandProperty ] - [-Property ] [-ConsistencyLevel ] [] + [-Property ] [] ``` ## DESCRIPTION -Get entity from directoryObjects by key +Get directoryObject ## EXAMPLES @@ -55,11 +55,11 @@ Accept wildcard characters: False ### -ConsistencyLevel Indicates the requested consistency level. -Documentation URL: https://developer.microsoft.com/en-us/office/blogs/microsoft-graph-advanced-queries-for-directory-objects-are-now-generally-available/ +Documentation URL: https://docs.microsoft.com/graph/aad-advanced-queries ```yaml Type: System.String -Parameter Sets: (All) +Parameter Sets: List1 Aliases: Required: False @@ -90,7 +90,7 @@ key: id of directoryObject ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Get-MgDirectoryObjectById.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Get-MgDirectoryObjectById.md index 4fe7d97d033..ae4af81b137 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Get-MgDirectoryObjectById.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Get-MgDirectoryObjectById.md @@ -18,7 +18,7 @@ Get-MgDirectoryObjectById [-AdditionalProperties ] [-Ids ] [-WhatIf] [] ``` -### Get3 +### Get1 ``` Get-MgDirectoryObjectById -BodyParameter @@ -53,7 +53,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IPathsG5Xp0HDirectoryobjectsMicrosoftGraphGetbyidsPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Get3 +Parameter Sets: Get1 Aliases: Required: True 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 4bc0a9b83d5..d990cf2b406 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: 78f4eb54-0fef-4cad-8be1-5f2e943ff9e8 +Module Guid: 6bf64c6d-e59c-42e6-8147-c4dbfe3dc547 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.directoryobjects Help Version: 1.0.0.0 Locale: en-US @@ -18,7 +18,7 @@ Invoke action checkMemberGroups Invoke action checkMemberObjects ### [Get-MgDirectoryObject](Get-MgDirectoryObject.md) -Get entity from directoryObjects by key +Get directoryObject ### [Get-MgDirectoryObjectAvailableExtensionProperty](Get-MgDirectoryObjectAvailableExtensionProperty.md) Invoke action getAvailableExtensionProperties @@ -36,10 +36,7 @@ Invoke action getMemberObjects Add new entity to directoryObjects ### [Remove-MgDirectoryObject](Remove-MgDirectoryObject.md) -Delete entity from directoryObjects - -### [Restore-MgDirectoryObject](Restore-MgDirectoryObject.md) -Invoke action restore +Delete directoryObject ### [Test-MgDirectoryObjectProperty](Test-MgDirectoryObjectProperty.md) Invoke action validateProperties diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/New-MgDirectoryObject.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/New-MgDirectoryObject.md index fa9c5350edc..d11a096abf0 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/New-MgDirectoryObject.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/New-MgDirectoryObject.md @@ -79,7 +79,7 @@ Accept wildcard characters: False ``` ### -Id -Read-only. +. ```yaml Type: System.String @@ -146,7 +146,7 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : directoryObject - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: Read-only. + - `[Id ]`: - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. ## RELATED LINKS diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Remove-MgDirectoryObject.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Remove-MgDirectoryObject.md index 6d9718655b5..17d72a66d06 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Remove-MgDirectoryObject.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Remove-MgDirectoryObject.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Remove-MgDirectoryObject ## SYNOPSIS -Delete entity from directoryObjects +Delete directoryObject ## SYNTAX @@ -25,7 +25,7 @@ Remove-MgDirectoryObject -InputObject [-IfMatch [-Confirm] [-WhatIf] [] -``` - -### RestoreViaIdentity -``` -Restore-MgDirectoryObject -InputObject [-Confirm] [-WhatIf] [] -``` - -## DESCRIPTION -Invoke action restore - -## EXAMPLES - -## PARAMETERS - -### -DirectoryObjectId -key: id of directoryObject - -```yaml -Type: System.String -Parameter Sets: Restore -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.IDirectoryObjectsIdentity -Parameter Sets: RestoreViaIdentity -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.IDirectoryObjectsIdentity - -## OUTPUTS - -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDirectoryObject - -## 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 - - `[DirectoryObjectId ]`: key: id of directoryObject - -## RELATED LINKS - diff --git a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Update-MgDirectoryObject.md b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Update-MgDirectoryObject.md index 0639ad52343..5f4bf1729b3 100644 --- a/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Update-MgDirectoryObject.md +++ b/src/DirectoryObjects/DirectoryObjects/docs/v1.0/Update-MgDirectoryObject.md @@ -106,7 +106,7 @@ Accept wildcard characters: False ``` ### -Id -Read-only. +. ```yaml Type: System.String @@ -206,7 +206,7 @@ To create the parameters described below, construct a hash table containing the BODYPARAMETER : directoryObject - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: Read-only. + - `[Id ]`: - `[DeletedDateTime ]`: Date and time when this object was deleted. Always null when the object hasn't been deleted. INPUTOBJECT : Identity Parameter 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 c04d8ce2a78..326a5664003 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: 3c417fd0-a66b-4c23-976c-142b938e10dc +Module Guid: 3af20e95-f64c-44a4-af6e-36cc51495a5e 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 e676c034470..f2f8d5aa795 100644 --- a/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0-beta/New-MgEducationClass.md @@ -3195,7 +3195,7 @@ BODYPARAMETER : educationClass - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3708,10 +3708,10 @@ BODYPARAMETER : educationClass - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7603,7 +7603,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8116,10 +8116,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12022,7 +12022,7 @@ MEMBERS : All users in the class. Nullable. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12535,10 +12535,10 @@ MEMBERS : All users in the class. Nullable. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16545,7 +16545,7 @@ SCHOOLS : All schools that this class is assoc - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17058,10 +17058,10 @@ SCHOOLS : All schools that this class is assoc - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21038,7 +21038,7 @@ TEACHERS : All teachers in the class. Nullable. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21551,10 +21551,10 @@ TEACHERS : All teachers in the class. Nullable. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 1d28d6f30af..599f5591396 100644 --- a/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0-beta/New-MgEducationSchool.md @@ -3095,7 +3095,7 @@ BODYPARAMETER : educationSchool - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3608,10 +3608,10 @@ BODYPARAMETER : educationSchool - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7581,7 +7581,7 @@ CLASSES : Classes taught at the school. Nullab - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8094,10 +8094,10 @@ CLASSES : Classes taught at the school. Nullab - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12105,7 +12105,7 @@ USERS : Users in the school. Nullable. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12618,10 +12618,10 @@ USERS : Users in the school. Nullable. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 cdf2f8edc4f..74c0aa6c880 100644 --- a/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0-beta/New-MgEducationUser.md @@ -3501,7 +3501,7 @@ BODYPARAMETER : educationUser - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4014,10 +4014,10 @@ BODYPARAMETER : educationUser - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8002,7 +8002,7 @@ CLASSES : Classes to which the user belongs. N - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8515,10 +8515,10 @@ CLASSES : Classes to which the user belongs. N - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12617,7 +12617,7 @@ SCHOOLS : Schools to which the user belongs. N - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13130,10 +13130,10 @@ SCHOOLS : Schools to which the user belongs. N - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17112,7 +17112,7 @@ TAUGHTCLASSES : Classes for which the user is - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17625,10 +17625,10 @@ TAUGHTCLASSES : Classes for which the user is - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21743,7 +21743,7 @@ USER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -22252,10 +22252,10 @@ USER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 5dd4aa1d420..52717c31b0f 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationClass.md @@ -3265,7 +3265,7 @@ BODYPARAMETER : educationClass - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3778,10 +3778,10 @@ BODYPARAMETER : educationClass - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7673,7 +7673,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8186,10 +8186,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12106,7 +12106,7 @@ MEMBERS : All users in the class. Nullable. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12619,10 +12619,10 @@ MEMBERS : All users in the class. Nullable. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16629,7 +16629,7 @@ SCHOOLS : All schools that this class is assoc - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17142,10 +17142,10 @@ SCHOOLS : All schools that this class is assoc - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21122,7 +21122,7 @@ TEACHERS : All teachers in the class. Nullable. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21635,10 +21635,10 @@ TEACHERS : All teachers in the class. Nullable. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 d699a8a4746..2939c108434 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationMe.md @@ -3517,7 +3517,7 @@ BODYPARAMETER : educationUser - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4030,10 +4030,10 @@ BODYPARAMETER : educationUser - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8018,7 +8018,7 @@ CLASSES : Classes to which the user belongs. N - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8531,10 +8531,10 @@ CLASSES : Classes to which the user belongs. N - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12633,7 +12633,7 @@ SCHOOLS : Schools to which the user belongs. N - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13146,10 +13146,10 @@ SCHOOLS : Schools to which the user belongs. N - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17128,7 +17128,7 @@ TAUGHTCLASSES : Classes for which the user is - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17641,10 +17641,10 @@ TAUGHTCLASSES : Classes for which the user is - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21759,7 +21759,7 @@ USER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -22268,10 +22268,10 @@ USER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 d0e7987f454..fee3407257d 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationRoot.md @@ -2842,7 +2842,7 @@ BODYPARAMETER : educationRoot - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3355,10 +3355,10 @@ BODYPARAMETER : educationRoot - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7382,7 +7382,7 @@ CLASSES : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7895,10 +7895,10 @@ CLASSES : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11898,7 +11898,7 @@ ME : educationUser - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12411,10 +12411,10 @@ ME : educationUser - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16421,7 +16421,7 @@ SCHOOLS : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16934,10 +16934,10 @@ SCHOOLS : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20944,7 +20944,7 @@ USERS : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21457,10 +21457,10 @@ USERS : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 68e78afb947..58960ff1eb9 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationSchool.md @@ -3162,7 +3162,7 @@ BODYPARAMETER : educationSchool - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3675,10 +3675,10 @@ BODYPARAMETER : educationSchool - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7648,7 +7648,7 @@ CLASSES : Classes taught at the school. Nullab - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8161,10 +8161,10 @@ CLASSES : Classes taught at the school. Nullab - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12186,7 +12186,7 @@ USERS : Users in the school. Nullable. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12699,10 +12699,10 @@ USERS : Users in the school. Nullable. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 84ff15d04dc..cd7fe272e6a 100644 --- a/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0-beta/Update-MgEducationUser.md @@ -3576,7 +3576,7 @@ BODYPARAMETER : educationUser - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4089,10 +4089,10 @@ BODYPARAMETER : educationUser - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8077,7 +8077,7 @@ CLASSES : Classes to which the user belongs. N - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8590,10 +8590,10 @@ CLASSES : Classes to which the user belongs. N - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12706,7 +12706,7 @@ SCHOOLS : Schools to which the user belongs. N - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13219,10 +13219,10 @@ SCHOOLS : Schools to which the user belongs. N - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17201,7 +17201,7 @@ TAUGHTCLASSES : Classes for which the user is - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17714,10 +17714,10 @@ TAUGHTCLASSES : Classes for which the user is - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21832,7 +21832,7 @@ USER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -22341,10 +22341,10 @@ USER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 4a221f673ee..ea40fadb7c2 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: 3c417fd0-a66b-4c23-976c-142b938e10dc +Module Guid: 3af20e95-f64c-44a4-af6e-36cc51495a5e 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 d150b074d7a..f662f864dca 100644 --- a/src/Education/Education/docs/v1.0/New-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0/New-MgEducationClass.md @@ -1424,18 +1424,32 @@ BODYPARAMETER : educationClass - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4123,18 +4137,32 @@ GROUP : group - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6834,18 +6862,32 @@ MEMBERS : All users in the class. Nullable. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9646,18 +9688,32 @@ SCHOOLS : All schools that this class is asso - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12430,18 +12486,32 @@ TEACHERS : All teachers in the class. Nullable. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Education/Education/docs/v1.0/New-MgEducationSchool.md b/src/Education/Education/docs/v1.0/New-MgEducationSchool.md index e7f8e436cbc..707d2fc5e4b 100644 --- a/src/Education/Education/docs/v1.0/New-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0/New-MgEducationSchool.md @@ -1321,18 +1321,32 @@ BODYPARAMETER : educationSchool - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4098,18 +4112,32 @@ CLASSES : Classes taught at the school. Nullabl - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6912,18 +6940,32 @@ USERS : Users in the school. Nullable. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Education/Education/docs/v1.0/New-MgEducationUser.md b/src/Education/Education/docs/v1.0/New-MgEducationUser.md index 8d30b43c2e3..f15121e96f1 100644 --- a/src/Education/Education/docs/v1.0/New-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0/New-MgEducationUser.md @@ -1730,18 +1730,32 @@ BODYPARAMETER : educationUser - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4521,18 +4535,32 @@ CLASSES : Classes to which the user belongs. Nu - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7420,18 +7448,32 @@ SCHOOLS : Schools to which the user belongs. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -10206,18 +10248,32 @@ TAUGHTCLASSES : Classes for which the user is a - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12834,18 +12890,32 @@ USER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationClass.md b/src/Education/Education/docs/v1.0/Update-MgEducationClass.md index 4fdcfab65e6..8b4d20699fd 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationClass.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationClass.md @@ -1494,18 +1494,32 @@ BODYPARAMETER : educationClass - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4193,18 +4207,32 @@ GROUP : group - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6918,18 +6946,32 @@ MEMBERS : All users in the class. Nullable. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9730,18 +9772,32 @@ SCHOOLS : All schools that this class is asso - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12514,18 +12570,32 @@ TEACHERS : All teachers in the class. Nullable. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationMe.md b/src/Education/Education/docs/v1.0/Update-MgEducationMe.md index b8255205eb3..04c88ccde10 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationMe.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationMe.md @@ -1746,18 +1746,32 @@ BODYPARAMETER : educationUser - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4537,18 +4551,32 @@ CLASSES : Classes to which the user belongs. Nu - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7436,18 +7464,32 @@ SCHOOLS : Schools to which the user belongs. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -10222,18 +10264,32 @@ TAUGHTCLASSES : Classes for which the user is a - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12850,18 +12906,32 @@ USER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md b/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md index f3e714782dc..b12879a8e1e 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationRoot.md @@ -1055,18 +1055,32 @@ BODYPARAMETER : educationRoot - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3856,18 +3870,32 @@ CLASSES : . - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6662,18 +6690,32 @@ ME : educationUser - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9474,18 +9516,32 @@ SCHOOLS : . - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12258,18 +12314,32 @@ USERS : . - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md b/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md index 59f46426675..9d2703e9944 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationSchool.md @@ -1388,18 +1388,32 @@ BODYPARAMETER : educationSchool - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4165,18 +4179,32 @@ CLASSES : Classes taught at the school. Nullabl - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6993,18 +7021,32 @@ USERS : Users in the school. Nullable. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Education/Education/docs/v1.0/Update-MgEducationUser.md b/src/Education/Education/docs/v1.0/Update-MgEducationUser.md index f077d5666b6..3337c74b64b 100644 --- a/src/Education/Education/docs/v1.0/Update-MgEducationUser.md +++ b/src/Education/Education/docs/v1.0/Update-MgEducationUser.md @@ -1805,18 +1805,32 @@ BODYPARAMETER : educationUser - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4596,18 +4610,32 @@ CLASSES : Classes to which the user belongs. Nu - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7509,18 +7537,32 @@ SCHOOLS : Schools to which the user belongs. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -10295,18 +10337,32 @@ TAUGHTCLASSES : Classes for which the user is a - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12923,18 +12979,32 @@ USER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemActivityByInterval.md b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemActivityByInterval.md index 07918b7db0c..dd6dd39aa27 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemActivityByInterval.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemActivityByInterval.md @@ -12,13 +12,13 @@ Invoke function getActivitiesByInterval ## SYNTAX -### Get (Default) +### Get2 (Default) ``` Get-MgDriveRootListItemActivityByInterval -DriveId -EndDateTime -Interval -StartDateTime [] ``` -### GetViaIdentity +### GetViaIdentity2 ``` Get-MgDriveRootListItemActivityByInterval -InputObject [] ``` @@ -35,7 +35,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get2 Aliases: Required: True @@ -50,7 +50,7 @@ Usage: endDateTime='{endDateTime}' ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get2 Aliases: Required: True @@ -66,7 +66,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity2 Aliases: Required: True @@ -81,7 +81,7 @@ Usage: interval='{interval}' ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get2 Aliases: Required: True @@ -96,7 +96,7 @@ Usage: startDateTime='{startDateTime}' ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get2 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemDriveItemContent.md b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemDriveItemContent.md index ba1470a6fad..042b082841a 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemDriveItemContent.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemDriveItemContent.md @@ -12,12 +12,12 @@ Get content for the navigation property driveItem from drives ## SYNTAX -### Get (Default) +### Get1 (Default) ``` Get-MgDriveRootListItemDriveItemContent -DriveId -OutFile [-PassThru] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgDriveRootListItemDriveItemContent -InputObject -OutFile [-PassThru] [] @@ -35,7 +35,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -51,7 +51,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemField.md b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemField.md index ba3e4f4c88f..4c42172bfa1 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemField.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemField.md @@ -12,13 +12,13 @@ Get fields from drives ## SYNTAX -### Get (Default) +### Get1 (Default) ``` Get-MgDriveRootListItemField -DriveId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgDriveRootListItemField -InputObject [-ExpandProperty ] [-Property ] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemVersion.md index bcff305bb20..55620f55a7c 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemVersion.md @@ -12,20 +12,20 @@ Get versions from drives ## SYNTAX -### List (Default) +### List1 (Default) ``` Get-MgDriveRootListItemVersion -DriveId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get +### Get1 ``` Get-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgDriveRootListItemVersion -InputObject [-ExpandProperty ] [-Property ] [] @@ -43,7 +43,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -59,7 +59,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: CV Required: False @@ -74,7 +74,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -104,7 +104,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -120,7 +120,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -135,7 +135,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -150,7 +150,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -180,7 +180,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -195,7 +195,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -210,7 +210,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List +Parameter Sets: List1 Aliases: OrderBy Required: False @@ -225,7 +225,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Limit Required: False diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemVersionField.md b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemVersionField.md index 387a1796c90..60f7d4833c8 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemVersionField.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgDriveRootListItemVersionField.md @@ -12,13 +12,13 @@ Get fields from drives ## SYNTAX -### Get (Default) +### Get1 (Default) ``` Get-MgDriveRootListItemVersionField -DriveId -ListItemVersionId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgDriveRootListItemVersionField -InputObject [-ExpandProperty ] [-Property ] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -82,7 +82,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveItemListItemDocumentSetVersion.md index 96ae30ef6db..e9ac2c390df 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveItemListItemDocumentSetVersion.md @@ -12,21 +12,21 @@ Get documentSetVersions from groups ## SYNTAX -### List (Default) +### List1 (Default) ``` Get-MgGroupDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -GroupId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get +### Get1 ``` Get-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId -DriveItemId -GroupId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgGroupDriveItemListItemDocumentSetVersion -InputObject [-ExpandProperty ] [-Property ] [] @@ -44,7 +44,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -60,7 +60,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: CV Required: False @@ -75,7 +75,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -90,7 +90,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -105,7 +105,7 @@ key: id of driveItem ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -135,7 +135,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -150,7 +150,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -166,7 +166,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -181,7 +181,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -211,7 +211,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -226,7 +226,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -241,7 +241,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List +Parameter Sets: List1 Aliases: OrderBy Required: False @@ -256,7 +256,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Limit Required: False diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveListItemDocumentSetVersion.md index ce316ab2827..1bfc78cc830 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveListItemDocumentSetVersion.md @@ -12,20 +12,20 @@ Get documentSetVersions from groups ## SYNTAX -### List (Default) +### List1 (Default) ``` Get-MgGroupDriveListItemDocumentSetVersion -DriveId -GroupId -ListItemId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get +### Get1 ``` Get-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -GroupId -ListItemId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgGroupDriveListItemDocumentSetVersion -InputObject [-ExpandProperty ] [-Property ] [] @@ -43,7 +43,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -59,7 +59,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: CV Required: False @@ -74,7 +74,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -89,7 +89,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -119,7 +119,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -150,7 +150,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -165,7 +165,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -180,7 +180,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -210,7 +210,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -225,7 +225,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -240,7 +240,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List +Parameter Sets: List1 Aliases: OrderBy Required: False @@ -255,7 +255,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Limit Required: False diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveRootListItemDocumentSetVersion.md index 2f9748cb7df..bf3cfe9c92a 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgGroupDriveRootListItemDocumentSetVersion.md @@ -12,20 +12,20 @@ Get documentSetVersions from groups ## SYNTAX -### List (Default) +### List1 (Default) ``` Get-MgGroupDriveRootListItemDocumentSetVersion -DriveId -GroupId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get +### Get1 ``` Get-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId -GroupId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgGroupDriveRootListItemDocumentSetVersion -InputObject [-ExpandProperty ] [-Property ] [] @@ -43,7 +43,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -59,7 +59,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: CV Required: False @@ -74,7 +74,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -89,7 +89,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -119,7 +119,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -150,7 +150,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -165,7 +165,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -195,7 +195,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -210,7 +210,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -225,7 +225,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List +Parameter Sets: List1 Aliases: OrderBy Required: False @@ -240,7 +240,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Limit Required: False diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Get-MgShareListItemDocumentSetVersion.md index 305b0ad610f..eff4920ff36 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgShareListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgShareListItemDocumentSetVersion.md @@ -12,38 +12,38 @@ Get documentSetVersions from shares ## SYNTAX -### List1 (Default) +### List3 (Default) ``` Get-MgShareListItemDocumentSetVersion -SharedDriveItemId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get +### Get2 ``` Get-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId -SharedDriveItemId [-ExpandProperty ] [-Property ] [] ``` -### Get1 +### Get3 ``` Get-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity2 ``` Get-MgShareListItemDocumentSetVersion -InputObject [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity1 +### GetViaIdentity3 ``` Get-MgShareListItemDocumentSetVersion -InputObject [-ExpandProperty ] [-Property ] [] ``` -### List +### List2 ``` Get-MgShareListItemDocumentSetVersion -ListItemId -SharedDriveItemId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] @@ -62,7 +62,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List, List1 +Parameter Sets: List2, List3 Aliases: Required: False @@ -78,7 +78,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List, List1 +Parameter Sets: List2, List3 Aliases: CV Required: False @@ -93,7 +93,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Get, Get1 +Parameter Sets: Get2, Get3 Aliases: Required: True @@ -123,7 +123,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List, List1 +Parameter Sets: List2, List3 Aliases: Required: False @@ -139,7 +139,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity, GetViaIdentity1 +Parameter Sets: GetViaIdentity2, GetViaIdentity3 Aliases: Required: True @@ -154,7 +154,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get2, List2 Aliases: Required: True @@ -169,7 +169,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List, List1 +Parameter Sets: List2, List3 Aliases: Required: False @@ -199,7 +199,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List, List1 +Parameter Sets: List2, List3 Aliases: Required: False @@ -214,7 +214,7 @@ key: id of sharedDriveItem ```yaml Type: System.String -Parameter Sets: Get, Get1, List, List1 +Parameter Sets: Get2, Get3, List2, List3 Aliases: Required: True @@ -229,7 +229,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List, List1 +Parameter Sets: List2, List3 Aliases: Required: False @@ -244,7 +244,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List, List1 +Parameter Sets: List2, List3 Aliases: OrderBy Required: False @@ -259,7 +259,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List, List1 +Parameter Sets: List2, List3 Aliases: Limit Required: False diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveItemListItemDocumentSetVersion.md index fe13c41736e..d7904a5f984 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveItemListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveItemListItemDocumentSetVersion.md @@ -12,21 +12,21 @@ Get documentSetVersions from users ## SYNTAX -### List (Default) +### List1 (Default) ``` Get-MgUserDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -UserId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get +### Get1 ``` Get-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId -DriveItemId -UserId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgUserDriveItemListItemDocumentSetVersion -InputObject [-ExpandProperty ] [-Property ] [] @@ -44,7 +44,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -60,7 +60,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: CV Required: False @@ -75,7 +75,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -90,7 +90,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -105,7 +105,7 @@ key: id of driveItem ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -135,7 +135,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -151,7 +151,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -166,7 +166,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -196,7 +196,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -211,7 +211,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -226,7 +226,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List +Parameter Sets: List1 Aliases: OrderBy Required: False @@ -241,7 +241,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Limit Required: False @@ -256,7 +256,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveListItemDocumentSetVersion.md index 419d56dc464..b92e7a165f3 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveListItemDocumentSetVersion.md @@ -12,21 +12,21 @@ Get documentSetVersions from users ## SYNTAX -### List (Default) +### List1 (Default) ``` Get-MgUserDriveListItemDocumentSetVersion -DriveId -ListItemId -UserId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get +### Get1 ``` Get-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -ListItemId -UserId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgUserDriveListItemDocumentSetVersion -InputObject [-ExpandProperty ] [-Property ] [] @@ -44,7 +44,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -60,7 +60,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: CV Required: False @@ -75,7 +75,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -90,7 +90,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -120,7 +120,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -136,7 +136,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -151,7 +151,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -166,7 +166,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -196,7 +196,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -211,7 +211,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -226,7 +226,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List +Parameter Sets: List1 Aliases: OrderBy Required: False @@ -241,7 +241,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Limit Required: False @@ -256,7 +256,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveRootListItemDocumentSetVersion.md index 8208d6e956e..948ff2e317d 100644 --- a/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveRootListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Get-MgUserDriveRootListItemDocumentSetVersion.md @@ -12,20 +12,20 @@ Get documentSetVersions from users ## SYNTAX -### List (Default) +### List1 (Default) ``` Get-MgUserDriveRootListItemDocumentSetVersion -DriveId -UserId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get +### Get1 ``` Get-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId -UserId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgUserDriveRootListItemDocumentSetVersion -InputObject [-ExpandProperty ] [-Property ] [] @@ -43,7 +43,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -59,7 +59,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: CV Required: False @@ -74,7 +74,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -89,7 +89,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -119,7 +119,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -135,7 +135,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -150,7 +150,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -180,7 +180,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -195,7 +195,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -210,7 +210,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List +Parameter Sets: List1 Aliases: OrderBy Required: False @@ -225,7 +225,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Limit Required: False @@ -240,7 +240,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Invoke-MgCheckinDriveRoot.md b/src/Files/Files/docs/v1.0-beta/Invoke-MgCheckinDriveRoot.md index b129e044a32..1ba0dafc42d 100644 --- a/src/Files/Files/docs/v1.0-beta/Invoke-MgCheckinDriveRoot.md +++ b/src/Files/Files/docs/v1.0-beta/Invoke-MgCheckinDriveRoot.md @@ -12,27 +12,27 @@ Invoke action checkin ## SYNTAX -### CheckinExpanded (Default) +### CheckinExpanded1 (Default) ``` Invoke-MgCheckinDriveRoot -DriveId [-AdditionalProperties ] [-CheckInAs ] [-Comment ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Checkin +### Checkin1 ``` Invoke-MgCheckinDriveRoot -DriveId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### CheckinViaIdentity +### CheckinViaIdentity1 ``` Invoke-MgCheckinDriveRoot -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### CheckinViaIdentityExpanded +### CheckinViaIdentityExpanded1 ``` Invoke-MgCheckinDriveRoot -InputObject [-AdditionalProperties ] [-CheckInAs ] [-Comment ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -50,7 +50,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CheckinExpanded, CheckinViaIdentityExpanded +Parameter Sets: CheckinExpanded1, CheckinViaIdentityExpanded1 Aliases: Required: False @@ -66,7 +66,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IPathsW65Kj4DrivesDriveIdRootMicrosoftGraphCheckinPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Checkin, CheckinViaIdentity +Parameter Sets: Checkin1, CheckinViaIdentity1 Aliases: Required: True @@ -81,7 +81,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CheckinExpanded, CheckinViaIdentityExpanded +Parameter Sets: CheckinExpanded1, CheckinViaIdentityExpanded1 Aliases: Required: False @@ -96,7 +96,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CheckinExpanded, CheckinViaIdentityExpanded +Parameter Sets: CheckinExpanded1, CheckinViaIdentityExpanded1 Aliases: Required: False @@ -111,7 +111,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Checkin, CheckinExpanded +Parameter Sets: Checkin1, CheckinExpanded1 Aliases: Required: True @@ -127,7 +127,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CheckinViaIdentity, CheckinViaIdentityExpanded +Parameter Sets: CheckinViaIdentity1, CheckinViaIdentityExpanded1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Invoke-MgCheckoutDriveRoot.md b/src/Files/Files/docs/v1.0-beta/Invoke-MgCheckoutDriveRoot.md index e189e370186..812252f7dd8 100644 --- a/src/Files/Files/docs/v1.0-beta/Invoke-MgCheckoutDriveRoot.md +++ b/src/Files/Files/docs/v1.0-beta/Invoke-MgCheckoutDriveRoot.md @@ -12,12 +12,12 @@ Invoke action checkout ## SYNTAX -### Checkout (Default) +### Checkout1 (Default) ``` Invoke-MgCheckoutDriveRoot -DriveId [-PassThru] [-Confirm] [-WhatIf] [] ``` -### CheckoutViaIdentity +### CheckoutViaIdentity1 ``` Invoke-MgCheckoutDriveRoot -InputObject [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -34,7 +34,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Checkout +Parameter Sets: Checkout1 Aliases: Required: True @@ -50,7 +50,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CheckoutViaIdentity +Parameter Sets: CheckoutViaIdentity1 Aliases: Required: True 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 c3a78cba85c..f6acc59da98 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: 1b2b2c18-9aa2-4dfc-9d16-56990be52266 +Module Guid: 23b3de90-2786-4ade-b68d-953e827b1945 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 eed453a3b91..e7a205cfab0 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDrive.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDrive.md @@ -2852,7 +2852,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3361,10 +3361,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7523,7 +7523,7 @@ BODYPARAMETER : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8032,10 +8032,10 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11448,7 +11448,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11957,10 +11957,10 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16154,7 +16154,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16663,10 +16663,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20048,7 +20048,7 @@ FOLLOWING : The list of items the user is following - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20557,10 +20557,10 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24343,7 +24343,7 @@ ITEMS : All items contained in the drive. Read-only - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -24852,10 +24852,10 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29049,7 +29049,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29558,10 +29558,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -33320,7 +33320,7 @@ LIST : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33829,10 +33829,10 @@ LIST : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -37279,7 +37279,7 @@ ROOT : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -37788,10 +37788,10 @@ ROOT : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -41584,7 +41584,7 @@ SPECIAL : Collection of common folders available in - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -42093,10 +42093,10 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 ff00a90aa2e..3b7caabbfb5 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveItem.md @@ -3296,7 +3296,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3805,10 +3805,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7585,7 +7585,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8094,10 +8094,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11913,7 +11913,7 @@ BODYPARAMETER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12422,10 +12422,10 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16215,7 +16215,7 @@ CHILDREN : Collection containing Item objects for t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16724,10 +16724,10 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20921,7 +20921,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21430,10 +21430,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25286,7 +25286,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25795,10 +25795,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29543,7 +29543,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30052,10 +30052,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 efc6304418c..085f823f38e 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveListItem.md @@ -2848,7 +2848,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3357,10 +3357,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7137,7 +7137,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7646,10 +7646,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11808,7 +11808,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12317,10 +12317,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16157,7 +16157,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16666,10 +16666,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20083,7 +20083,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20592,10 +20592,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24814,7 +24814,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25323,10 +25323,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0-beta/New-MgDriveRootListItemVersion.md index 83a1fc5a21d..224c43f3b3e 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgDriveRootListItemVersion.md @@ -12,26 +12,26 @@ Create new navigation property to versions for drives ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgDriveRootListItemVersion -DriveId [-AdditionalProperties ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] [-Publication ] [-Confirm] [-WhatIf] [] ``` -### Create +### Create1 ``` New-MgDriveRootListItemVersion -DriveId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity +### CreateViaIdentity1 ``` New-MgDriveRootListItemVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded1 ``` New-MgDriveRootListItemVersion -InputObject [-AdditionalProperties ] [-Fields ] [-Id ] [-LastModifiedBy ] @@ -51,7 +51,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphListItemVersion -Parameter Sets: Create, CreateViaIdentity +Parameter Sets: Create1, CreateViaIdentity1 Aliases: Required: True @@ -82,7 +82,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -97,7 +97,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -112,7 +112,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -128,7 +128,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 Aliases: Required: True @@ -144,7 +144,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -160,7 +160,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -176,7 +176,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False 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 34b1d63e87a..c1f1f1cc0b7 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDrive.md @@ -2907,7 +2907,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3416,10 +3416,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7578,7 +7578,7 @@ BODYPARAMETER : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8087,10 +8087,10 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11503,7 +11503,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12012,10 +12012,10 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16209,7 +16209,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16718,10 +16718,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20103,7 +20103,7 @@ FOLLOWING : The list of items the user is following - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20612,10 +20612,10 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24423,7 +24423,7 @@ ITEMS : All items contained in the drive. Read-only - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -24932,10 +24932,10 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29129,7 +29129,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29638,10 +29638,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -33400,7 +33400,7 @@ LIST : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33909,10 +33909,10 @@ LIST : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -37359,7 +37359,7 @@ ROOT : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -37868,10 +37868,10 @@ ROOT : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -41664,7 +41664,7 @@ SPECIAL : Collection of common folders available in - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -42173,10 +42173,10 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 e8c7c14997d..33924fc3f19 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItem.md @@ -3311,7 +3311,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3820,10 +3820,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7600,7 +7600,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8109,10 +8109,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11928,7 +11928,7 @@ BODYPARAMETER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12437,10 +12437,10 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16230,7 +16230,7 @@ CHILDREN : Collection containing Item objects for t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16739,10 +16739,10 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20936,7 +20936,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21445,10 +21445,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25301,7 +25301,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25810,10 +25810,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29558,7 +29558,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30067,10 +30067,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItemListItemDocumentSetVersion.md index 701e21ca6f3..1bf6560a7ca 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveItemListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Create new navigation property to documentSetVersions for groups ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgGroupDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -GroupId [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -22,19 +22,19 @@ New-MgGroupDriveItemListItemDocumentSetVersion -DriveId -DriveItemId ] ``` -### Create +### Create1 ``` New-MgGroupDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -GroupId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity +### CreateViaIdentity1 ``` New-MgGroupDriveItemListItemDocumentSetVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded1 ``` New-MgGroupDriveItemListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -56,7 +56,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -72,7 +72,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Create, CreateViaIdentity +Parameter Sets: Create1, CreateViaIdentity1 Aliases: Required: True @@ -87,7 +87,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -103,7 +103,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -118,7 +118,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -133,7 +133,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -148,7 +148,7 @@ key: id of driveItem ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -163,7 +163,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -178,7 +178,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -193,7 +193,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -209,7 +209,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 Aliases: Required: True @@ -225,7 +225,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -241,7 +241,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -257,7 +257,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -273,7 +273,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -289,7 +289,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False 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 8e8cfce1c8d..9c93fdcf7b8 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItem.md @@ -2863,7 +2863,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3372,10 +3372,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7152,7 +7152,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7661,10 +7661,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11823,7 +11823,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12332,10 +12332,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16172,7 +16172,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16681,10 +16681,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20098,7 +20098,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20607,10 +20607,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24829,7 +24829,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25338,10 +25338,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItemDocumentSetVersion.md index 3847dbf7292..02ab78ab359 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Create new navigation property to documentSetVersions for groups ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgGroupDriveListItemDocumentSetVersion -DriveId -GroupId -ListItemId [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -22,19 +22,19 @@ New-MgGroupDriveListItemDocumentSetVersion -DriveId -GroupId - [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] ``` -### Create +### Create1 ``` New-MgGroupDriveListItemDocumentSetVersion -DriveId -GroupId -ListItemId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity +### CreateViaIdentity1 ``` New-MgGroupDriveListItemDocumentSetVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded1 ``` New-MgGroupDriveListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -56,7 +56,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -72,7 +72,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Create, CreateViaIdentity +Parameter Sets: Create1, CreateViaIdentity1 Aliases: Required: True @@ -87,7 +87,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -103,7 +103,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -118,7 +118,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -133,7 +133,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -148,7 +148,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -163,7 +163,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -178,7 +178,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -194,7 +194,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 Aliases: Required: True @@ -210,7 +210,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -226,7 +226,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -242,7 +242,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -257,7 +257,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -273,7 +273,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -289,7 +289,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False diff --git a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveRootListItemDocumentSetVersion.md index 8fdfa491ffd..105e4ce96cb 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgGroupDriveRootListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Create new navigation property to documentSetVersions for groups ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgGroupDriveRootListItemDocumentSetVersion -DriveId -GroupId [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -22,19 +22,19 @@ New-MgGroupDriveRootListItemDocumentSetVersion -DriveId -GroupId ] ``` -### Create +### Create1 ``` New-MgGroupDriveRootListItemDocumentSetVersion -DriveId -GroupId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity +### CreateViaIdentity1 ``` New-MgGroupDriveRootListItemDocumentSetVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded1 ``` New-MgGroupDriveRootListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -56,7 +56,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -72,7 +72,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Create, CreateViaIdentity +Parameter Sets: Create1, CreateViaIdentity1 Aliases: Required: True @@ -87,7 +87,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -103,7 +103,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -118,7 +118,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -133,7 +133,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -148,7 +148,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -163,7 +163,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -178,7 +178,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -194,7 +194,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 Aliases: Required: True @@ -210,7 +210,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -226,7 +226,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -242,7 +242,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -258,7 +258,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -274,7 +274,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False 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 67ba69ccae1..5ff102c8618 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgShareListItem.md @@ -2848,7 +2848,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3357,10 +3357,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7137,7 +7137,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7646,10 +7646,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11808,7 +11808,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12317,10 +12317,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16157,7 +16157,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16666,10 +16666,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20083,7 +20083,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20592,10 +20592,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24814,7 +24814,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25323,10 +25323,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/New-MgShareListItemDocumentSetVersion.md index ee959882a7f..61cdf33de75 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgShareListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgShareListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Create new navigation property to documentSetVersions for shares ## SYNTAX -### CreateExpanded1 (Default) +### CreateExpanded3 (Default) ``` New-MgShareListItemDocumentSetVersion -SharedDriveItemId [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -22,19 +22,19 @@ New-MgShareListItemDocumentSetVersion -SharedDriveItemId [-AdditionalPr [] ``` -### Create +### Create2 ``` New-MgShareListItemDocumentSetVersion -ListItemId -SharedDriveItemId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### Create1 +### Create3 ``` New-MgShareListItemDocumentSetVersion -SharedDriveItemId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateExpanded +### CreateExpanded2 ``` New-MgShareListItemDocumentSetVersion -ListItemId -SharedDriveItemId [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -44,19 +44,19 @@ New-MgShareListItemDocumentSetVersion -ListItemId -SharedDriveItemId ] ``` -### CreateViaIdentity +### CreateViaIdentity2 ``` New-MgShareListItemDocumentSetVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity1 +### CreateViaIdentity3 ``` New-MgShareListItemDocumentSetVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded2 ``` New-MgShareListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -66,7 +66,7 @@ New-MgShareListItemDocumentSetVersion -InputObject [-Additional [] ``` -### CreateViaIdentityExpanded1 +### CreateViaIdentityExpanded3 ``` New-MgShareListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -88,7 +88,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Create, Create1, CreateViaIdentity, CreateViaIdentity1 +Parameter Sets: Create2, Create3, CreateViaIdentity2, CreateViaIdentity3 Aliases: Required: True @@ -119,7 +119,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -135,7 +135,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -150,7 +150,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -165,7 +165,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -180,7 +180,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -196,7 +196,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentity1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateViaIdentity2, CreateViaIdentity3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: True @@ -212,7 +212,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -228,7 +228,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -244,7 +244,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -259,7 +259,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create2, CreateExpanded2 Aliases: Required: True @@ -275,7 +275,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False @@ -290,7 +290,7 @@ key: id of sharedDriveItem ```yaml Type: System.String -Parameter Sets: Create, Create1, CreateExpanded, CreateExpanded1 +Parameter Sets: Create2, Create3, CreateExpanded2, CreateExpanded3 Aliases: Required: True @@ -306,7 +306,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded2, CreateExpanded3, CreateViaIdentityExpanded2, CreateViaIdentityExpanded3 Aliases: Required: False 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 e0cef01c005..ed63cd81bba 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgShareSharedDriveItemSharedDriveItem.md @@ -3191,7 +3191,7 @@ BODYPARAMETER : sharedDriveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3700,10 +3700,10 @@ BODYPARAMETER : sharedDriveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7514,7 +7514,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8023,10 +8023,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11409,7 +11409,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11918,10 +11918,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -15704,7 +15704,7 @@ ITEMS : All driveItems contained in the sharing roo - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16213,10 +16213,10 @@ ITEMS : All driveItems contained in the sharing roo - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20410,7 +20410,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20919,10 +20919,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24681,7 +24681,7 @@ LIST : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25190,10 +25190,10 @@ LIST : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -28963,7 +28963,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29472,10 +29472,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -32987,7 +32987,7 @@ ROOT : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33496,10 +33496,10 @@ ROOT : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -37610,7 +37610,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -38119,10 +38119,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 94859a91d06..1077fc3bd81 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDrive.md @@ -2907,7 +2907,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3416,10 +3416,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7578,7 +7578,7 @@ BODYPARAMETER : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8087,10 +8087,10 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11503,7 +11503,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12012,10 +12012,10 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16209,7 +16209,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16718,10 +16718,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20103,7 +20103,7 @@ FOLLOWING : The list of items the user is following - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20612,10 +20612,10 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24423,7 +24423,7 @@ ITEMS : All items contained in the drive. Read-only - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -24932,10 +24932,10 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29129,7 +29129,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29638,10 +29638,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -33400,7 +33400,7 @@ LIST : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33909,10 +33909,10 @@ LIST : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -37359,7 +37359,7 @@ ROOT : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -37868,10 +37868,10 @@ ROOT : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -41664,7 +41664,7 @@ SPECIAL : Collection of common folders available in - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -42173,10 +42173,10 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 721480db6cc..b50b5ed0c11 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItem.md @@ -3311,7 +3311,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3820,10 +3820,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7600,7 +7600,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8109,10 +8109,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11928,7 +11928,7 @@ BODYPARAMETER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12437,10 +12437,10 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16230,7 +16230,7 @@ CHILDREN : Collection containing Item objects for t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16739,10 +16739,10 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20936,7 +20936,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21445,10 +21445,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25301,7 +25301,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25810,10 +25810,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29558,7 +29558,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30067,10 +30067,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItemListItemDocumentSetVersion.md index 082ec228b23..6cb7bc0718b 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItemListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveItemListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Create new navigation property to documentSetVersions for users ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgUserDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -UserId [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -22,19 +22,19 @@ New-MgUserDriveItemListItemDocumentSetVersion -DriveId -DriveItemId ] ``` -### Create +### Create1 ``` New-MgUserDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -UserId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity +### CreateViaIdentity1 ``` New-MgUserDriveItemListItemDocumentSetVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded1 ``` New-MgUserDriveItemListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -56,7 +56,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -72,7 +72,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Create, CreateViaIdentity +Parameter Sets: Create1, CreateViaIdentity1 Aliases: Required: True @@ -87,7 +87,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -103,7 +103,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -118,7 +118,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -133,7 +133,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -148,7 +148,7 @@ key: id of driveItem ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -163,7 +163,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -178,7 +178,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -194,7 +194,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 Aliases: Required: True @@ -210,7 +210,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -226,7 +226,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -242,7 +242,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -258,7 +258,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -274,7 +274,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -289,7 +289,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: 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 5c3377b2fc5..6b3c7c5d728 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItem.md @@ -2863,7 +2863,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3372,10 +3372,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7152,7 +7152,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7661,10 +7661,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11823,7 +11823,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12332,10 +12332,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16172,7 +16172,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16681,10 +16681,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20098,7 +20098,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20607,10 +20607,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24829,7 +24829,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25338,10 +25338,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItemDocumentSetVersion.md index bc6d2c6004f..022a6d4c42a 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Create new navigation property to documentSetVersions for users ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgUserDriveListItemDocumentSetVersion -DriveId -ListItemId -UserId [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -22,19 +22,19 @@ New-MgUserDriveListItemDocumentSetVersion -DriveId -ListItemId [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] ``` -### Create +### Create1 ``` New-MgUserDriveListItemDocumentSetVersion -DriveId -ListItemId -UserId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity +### CreateViaIdentity1 ``` New-MgUserDriveListItemDocumentSetVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded1 ``` New-MgUserDriveListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -56,7 +56,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -72,7 +72,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Create, CreateViaIdentity +Parameter Sets: Create1, CreateViaIdentity1 Aliases: Required: True @@ -87,7 +87,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -103,7 +103,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -118,7 +118,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -133,7 +133,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -148,7 +148,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -163,7 +163,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -179,7 +179,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 Aliases: Required: True @@ -195,7 +195,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -211,7 +211,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -227,7 +227,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -242,7 +242,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -258,7 +258,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -274,7 +274,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -289,7 +289,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveRootListItemDocumentSetVersion.md index e3c829380de..ef7911facb4 100644 --- a/src/Files/Files/docs/v1.0-beta/New-MgUserDriveRootListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/New-MgUserDriveRootListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Create new navigation property to documentSetVersions for users ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgUserDriveRootListItemDocumentSetVersion -DriveId -UserId [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -22,19 +22,19 @@ New-MgUserDriveRootListItemDocumentSetVersion -DriveId -UserId [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] ``` -### Create +### Create1 ``` New-MgUserDriveRootListItemDocumentSetVersion -DriveId -UserId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity +### CreateViaIdentity1 ``` New-MgUserDriveRootListItemDocumentSetVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded1 ``` New-MgUserDriveRootListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -56,7 +56,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -72,7 +72,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Create, CreateViaIdentity +Parameter Sets: Create1, CreateViaIdentity1 Aliases: Required: True @@ -87,7 +87,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -103,7 +103,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -118,7 +118,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -133,7 +133,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -148,7 +148,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -163,7 +163,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -179,7 +179,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 Aliases: Required: True @@ -195,7 +195,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -211,7 +211,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -227,7 +227,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -243,7 +243,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -259,7 +259,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -274,7 +274,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemField.md b/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemField.md index 8e3b97f8a7e..c5bdcdf2f68 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemField.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemField.md @@ -12,13 +12,13 @@ Delete navigation property fields for drives ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgDriveRootListItemField -DriveId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgDriveRootListItemField -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemVersion.md index 4252f809a74..adbadd3efac 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemVersion.md @@ -12,13 +12,13 @@ Delete navigation property versions for drives ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgDriveRootListItemVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -82,7 +82,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemVersionField.md b/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemVersionField.md index 957a0c9357c..ba798a6d280 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemVersionField.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgDriveRootListItemVersionField.md @@ -12,13 +12,13 @@ Delete navigation property fields for drives ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgDriveRootListItemVersionField -DriveId -ListItemVersionId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgDriveRootListItemVersionField -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -82,7 +82,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveItemListItemDocumentSetVersion.md index e0f0effbf6c..b866c10d529 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveItemListItemDocumentSetVersion.md @@ -12,14 +12,14 @@ Delete navigation property documentSetVersions for groups ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId -DriveItemId -GroupId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgGroupDriveItemListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -37,7 +37,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -52,7 +52,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -67,7 +67,7 @@ key: id of driveItem ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -82,7 +82,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -113,7 +113,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveListItemDocumentSetVersion.md index a639fddc037..0870fc724ff 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveListItemDocumentSetVersion.md @@ -12,14 +12,14 @@ Delete navigation property documentSetVersions for groups ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -GroupId -ListItemId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgGroupDriveListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -37,7 +37,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -52,7 +52,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -67,7 +67,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -98,7 +98,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -113,7 +113,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveRootListItemDocumentSetVersion.md index 12fcf6aa851..3a7d2cb465d 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgGroupDriveRootListItemDocumentSetVersion.md @@ -12,13 +12,13 @@ Delete navigation property documentSetVersions for groups ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId -GroupId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgGroupDriveRootListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -51,7 +51,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -66,7 +66,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -97,7 +97,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Remove-MgShareListItemDocumentSetVersion.md index 833f31bf806..606ef4307a1 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgShareListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgShareListItemDocumentSetVersion.md @@ -12,25 +12,25 @@ Delete navigation property documentSetVersions for shares ## SYNTAX -### Delete1 (Default) +### Delete3 (Default) ``` Remove-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Delete +### Delete2 ``` Remove-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId -SharedDriveItemId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity2 ``` Remove-MgShareListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity3 ``` Remove-MgShareListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -48,7 +48,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Delete, Delete1 +Parameter Sets: Delete2, Delete3 Aliases: Required: True @@ -79,7 +79,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity, DeleteViaIdentity1 +Parameter Sets: DeleteViaIdentity2, DeleteViaIdentity3 Aliases: Required: True @@ -94,7 +94,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete2 Aliases: Required: True @@ -124,7 +124,7 @@ key: id of sharedDriveItem ```yaml Type: System.String -Parameter Sets: Delete, Delete1 +Parameter Sets: Delete2, Delete3 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveItemListItemDocumentSetVersion.md index c0bf4bb3391..2d6769eb9a9 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveItemListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveItemListItemDocumentSetVersion.md @@ -12,14 +12,14 @@ Delete navigation property documentSetVersions for users ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId -DriveItemId -UserId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgUserDriveItemListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -37,7 +37,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -52,7 +52,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -67,7 +67,7 @@ key: id of driveItem ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -98,7 +98,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -128,7 +128,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveListItemDocumentSetVersion.md index 774ab41de83..03e08106202 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveListItemDocumentSetVersion.md @@ -12,14 +12,14 @@ Delete navigation property documentSetVersions for users ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -ListItemId -UserId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgUserDriveListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -37,7 +37,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -52,7 +52,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -83,7 +83,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -98,7 +98,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -128,7 +128,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveRootListItemDocumentSetVersion.md index e08783b4919..f7f28772d15 100644 --- a/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveRootListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Remove-MgUserDriveRootListItemDocumentSetVersion.md @@ -12,13 +12,13 @@ Delete navigation property documentSetVersions for users ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId -UserId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgUserDriveRootListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -51,7 +51,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -82,7 +82,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -112,7 +112,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Restore-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0-beta/Restore-MgDriveRootListItemVersion.md index 2d175e3a1dd..766677080e3 100644 --- a/src/Files/Files/docs/v1.0-beta/Restore-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Restore-MgDriveRootListItemVersion.md @@ -12,13 +12,13 @@ Invoke action restoreVersion ## SYNTAX -### Restore (Default) +### Restore1 (Default) ``` Restore-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-PassThru] [-Confirm] [-WhatIf] [] ``` -### RestoreViaIdentity +### RestoreViaIdentity1 ``` Restore-MgDriveRootListItemVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True @@ -52,7 +52,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: RestoreViaIdentity +Parameter Sets: RestoreViaIdentity1 Aliases: Required: True @@ -67,7 +67,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Restore-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Restore-MgShareListItemDocumentSetVersion.md index c83db8821bc..dd73d73bf0c 100644 --- a/src/Files/Files/docs/v1.0-beta/Restore-MgShareListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Restore-MgShareListItemDocumentSetVersion.md @@ -12,25 +12,25 @@ Invoke action restore ## SYNTAX -### Restore1 (Default) +### Restore3 (Default) ``` Restore-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Restore +### Restore2 ``` Restore-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId -SharedDriveItemId [-PassThru] [-Confirm] [-WhatIf] [] ``` -### RestoreViaIdentity +### RestoreViaIdentity2 ``` Restore-MgShareListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] [] ``` -### RestoreViaIdentity1 +### RestoreViaIdentity3 ``` Restore-MgShareListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] [] @@ -48,7 +48,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Restore, Restore1 +Parameter Sets: Restore2, Restore3 Aliases: Required: True @@ -64,7 +64,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: RestoreViaIdentity, RestoreViaIdentity1 +Parameter Sets: RestoreViaIdentity2, RestoreViaIdentity3 Aliases: Required: True @@ -79,7 +79,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore2 Aliases: Required: True @@ -109,7 +109,7 @@ key: id of sharedDriveItem ```yaml Type: System.String -Parameter Sets: Restore, Restore1 +Parameter Sets: Restore2, Restore3 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Set-MgDriveRootListItemDriveItemContent.md b/src/Files/Files/docs/v1.0-beta/Set-MgDriveRootListItemDriveItemContent.md index ab9ee9f4b82..04fb2a76218 100644 --- a/src/Files/Files/docs/v1.0-beta/Set-MgDriveRootListItemDriveItemContent.md +++ b/src/Files/Files/docs/v1.0-beta/Set-MgDriveRootListItemDriveItemContent.md @@ -12,13 +12,13 @@ Update content for the navigation property driveItem in drives ## SYNTAX -### Set (Default) +### Set1 (Default) ``` Set-MgDriveRootListItemDriveItemContent -DriveId -InFile [-BodyParameter ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### SetViaIdentity +### SetViaIdentity1 ``` Set-MgDriveRootListItemDriveItemContent -InputObject -InFile [-BodyParameter ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -51,7 +51,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Set +Parameter Sets: Set1 Aliases: Required: True @@ -84,7 +84,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: SetViaIdentity +Parameter Sets: SetViaIdentity1 Aliases: Required: 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 5000c5902c8..bf60626626a 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDrive.md @@ -2922,7 +2922,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3431,10 +3431,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7593,7 +7593,7 @@ BODYPARAMETER : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8102,10 +8102,10 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11518,7 +11518,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12027,10 +12027,10 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16224,7 +16224,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16733,10 +16733,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20118,7 +20118,7 @@ FOLLOWING : The list of items the user is following - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20627,10 +20627,10 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24438,7 +24438,7 @@ ITEMS : All items contained in the drive. Read-only - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -24947,10 +24947,10 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29144,7 +29144,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29653,10 +29653,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -33415,7 +33415,7 @@ LIST : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33924,10 +33924,10 @@ LIST : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -37374,7 +37374,7 @@ ROOT : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -37883,10 +37883,10 @@ ROOT : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -41679,7 +41679,7 @@ SPECIAL : Collection of common folders available in - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -42188,10 +42188,10 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 10c1a115c6b..e0bcc08c2da 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItem.md @@ -3328,7 +3328,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3837,10 +3837,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7617,7 +7617,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8126,10 +8126,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11945,7 +11945,7 @@ BODYPARAMETER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12454,10 +12454,10 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16247,7 +16247,7 @@ CHILDREN : Collection containing Item objects for t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16756,10 +16756,10 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20953,7 +20953,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21462,10 +21462,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25318,7 +25318,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25827,10 +25827,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29575,7 +29575,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30084,10 +30084,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 d98f73eb625..30a34ab7247 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveItemListItem.md @@ -2879,7 +2879,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3388,10 +3388,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7168,7 +7168,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7677,10 +7677,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11839,7 +11839,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12348,10 +12348,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16188,7 +16188,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16697,10 +16697,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20114,7 +20114,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20623,10 +20623,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24845,7 +24845,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25354,10 +25354,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 6afde60667c..3e2588b6f3b 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveList.md @@ -2896,7 +2896,7 @@ ACTIVITIES : The recent activities that took p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3405,10 +3405,10 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7574,7 +7574,7 @@ BODYPARAMETER : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8083,10 +8083,10 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12225,7 +12225,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12734,10 +12734,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16489,7 +16489,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16998,10 +16998,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20801,7 +20801,7 @@ ITEMS : All items contained in the list. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21310,10 +21310,10 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25145,7 +25145,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25654,10 +25654,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 f4d5ba6710f..8ddbc7f7903 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveListItem.md @@ -2878,7 +2878,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3387,10 +3387,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7167,7 +7167,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7676,10 +7676,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11838,7 +11838,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12347,10 +12347,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16187,7 +16187,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16696,10 +16696,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20113,7 +20113,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20622,10 +20622,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24844,7 +24844,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25353,10 +25353,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 93618ff93ea..d5e7f260446 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRoot.md @@ -3313,7 +3313,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3822,10 +3822,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7602,7 +7602,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8111,10 +8111,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11930,7 +11930,7 @@ BODYPARAMETER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12439,10 +12439,10 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16232,7 +16232,7 @@ CHILDREN : Collection containing Item objects for t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16741,10 +16741,10 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20938,7 +20938,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21447,10 +21447,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25303,7 +25303,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25812,10 +25812,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29560,7 +29560,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30069,10 +30069,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 eb43e1d408d..123088d6b33 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItem.md @@ -2863,7 +2863,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3372,10 +3372,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7152,7 +7152,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7661,10 +7661,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11823,7 +11823,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12332,10 +12332,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16172,7 +16172,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16681,10 +16681,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20098,7 +20098,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20607,10 +20607,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24829,7 +24829,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25338,10 +25338,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemField.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemField.md index 34763d2d681..6a4466afc34 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemField.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemField.md @@ -12,25 +12,25 @@ Update the navigation property fields in drives ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgDriveRootListItemField -DriveId [-AdditionalProperties ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgDriveRootListItemField -DriveId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgDriveRootListItemField -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgDriveRootListItemField -InputObject [-AdditionalProperties ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -48,7 +48,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -63,7 +63,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -78,7 +78,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -93,7 +93,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -109,7 +109,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemVersion.md index 07069a4e373..f6e30e26d7f 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemVersion.md @@ -12,7 +12,7 @@ Update the navigation property versions in drives ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-AdditionalProperties ] [-Fields ] [-Id ] @@ -20,19 +20,19 @@ Update-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-Publication ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgDriveRootListItemVersion -DriveId -ListItemVersionId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgDriveRootListItemVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgDriveRootListItemVersion -InputObject [-AdditionalProperties ] [-Fields ] [-Id ] [-LastModifiedBy ] @@ -52,7 +52,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -68,7 +68,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphListItemVersion -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -83,7 +83,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -98,7 +98,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -113,7 +113,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -129,7 +129,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -145,7 +145,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -161,7 +161,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -176,7 +176,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -207,7 +207,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemVersionField.md b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemVersionField.md index a6f36896905..2c9684fbb60 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemVersionField.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgDriveRootListItemVersionField.md @@ -12,25 +12,25 @@ Update the navigation property fields in drives ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgDriveRootListItemVersionField -DriveId -ListItemVersionId [-AdditionalProperties ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgDriveRootListItemVersionField -DriveId -ListItemVersionId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgDriveRootListItemVersionField -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgDriveRootListItemVersionField -InputObject [-AdditionalProperties ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -48,7 +48,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -63,7 +63,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -78,7 +78,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -93,7 +93,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -109,7 +109,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -124,7 +124,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: 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 b277326360d..edc79d5326e 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDrive.md @@ -2937,7 +2937,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3446,10 +3446,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7608,7 +7608,7 @@ BODYPARAMETER : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8117,10 +8117,10 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11533,7 +11533,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12042,10 +12042,10 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16239,7 +16239,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16748,10 +16748,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20133,7 +20133,7 @@ FOLLOWING : The list of items the user is following - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20642,10 +20642,10 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24453,7 +24453,7 @@ ITEMS : All items contained in the drive. Read-only - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -24962,10 +24962,10 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29159,7 +29159,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29668,10 +29668,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -33430,7 +33430,7 @@ LIST : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33939,10 +33939,10 @@ LIST : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -37389,7 +37389,7 @@ ROOT : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -37898,10 +37898,10 @@ ROOT : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -41694,7 +41694,7 @@ SPECIAL : Collection of common folders available in - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -42203,10 +42203,10 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 76b92da21ad..676ae4cee3a 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItem.md @@ -3343,7 +3343,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3852,10 +3852,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7632,7 +7632,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8141,10 +8141,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11960,7 +11960,7 @@ BODYPARAMETER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12469,10 +12469,10 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16262,7 +16262,7 @@ CHILDREN : Collection containing Item objects for t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16771,10 +16771,10 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20968,7 +20968,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21477,10 +21477,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25333,7 +25333,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25842,10 +25842,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29590,7 +29590,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30099,10 +30099,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 8f0e80d6ee4..e3e5dcf83ec 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItem.md @@ -2894,7 +2894,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3403,10 +3403,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7183,7 +7183,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7692,10 +7692,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11854,7 +11854,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12363,10 +12363,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16203,7 +16203,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16712,10 +16712,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20129,7 +20129,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20638,10 +20638,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24860,7 +24860,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25369,10 +25369,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItemDocumentSetVersion.md index 31e1179b7d1..e6ccdbe9797 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveItemListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Update the navigation property documentSetVersions in groups ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId -DriveItemId -GroupId [-AdditionalProperties ] [-Comment ] @@ -22,20 +22,20 @@ Update-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId -DriveItemId -GroupId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgGroupDriveItemListItemDocumentSetVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgGroupDriveItemListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -57,7 +57,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -73,7 +73,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -88,7 +88,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -119,7 +119,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -149,7 +149,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -164,7 +164,7 @@ key: id of driveItem ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -179,7 +179,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -194,7 +194,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -209,7 +209,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -225,7 +225,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -241,7 +241,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -257,7 +257,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -273,7 +273,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -304,7 +304,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -320,7 +320,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False 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 d8193fac6b4..7268d2ab01a 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveList.md @@ -2911,7 +2911,7 @@ ACTIVITIES : The recent activities that took p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3420,10 +3420,10 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7589,7 +7589,7 @@ BODYPARAMETER : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8098,10 +8098,10 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12240,7 +12240,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12749,10 +12749,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16504,7 +16504,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17013,10 +17013,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20816,7 +20816,7 @@ ITEMS : All items contained in the list. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21325,10 +21325,10 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25160,7 +25160,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25669,10 +25669,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 fe87ed6f1cc..6c41ed85436 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItem.md @@ -2894,7 +2894,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3403,10 +3403,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7183,7 +7183,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7692,10 +7692,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11854,7 +11854,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12363,10 +12363,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16203,7 +16203,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16712,10 +16712,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20129,7 +20129,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20638,10 +20638,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24860,7 +24860,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25369,10 +25369,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItemDocumentSetVersion.md index 1f92012150d..f47da94f192 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Update the navigation property documentSetVersions in groups ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -GroupId -ListItemId [-AdditionalProperties ] [-Comment ] @@ -22,20 +22,20 @@ Update-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -Dr [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -GroupId -ListItemId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgGroupDriveListItemDocumentSetVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgGroupDriveListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -57,7 +57,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -73,7 +73,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -88,7 +88,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -119,7 +119,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -149,7 +149,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -164,7 +164,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -179,7 +179,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -194,7 +194,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -210,7 +210,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -226,7 +226,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -242,7 +242,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -258,7 +258,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -273,7 +273,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -304,7 +304,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -320,7 +320,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False 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 bb0a46db146..3fc085c7816 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRoot.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRoot.md @@ -3328,7 +3328,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3837,10 +3837,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7617,7 +7617,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8126,10 +8126,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11945,7 +11945,7 @@ BODYPARAMETER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12454,10 +12454,10 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16247,7 +16247,7 @@ CHILDREN : Collection containing Item objects for t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16756,10 +16756,10 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20953,7 +20953,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21462,10 +21462,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25318,7 +25318,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25827,10 +25827,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29575,7 +29575,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30084,10 +30084,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 9ca23807a78..cda24fa1436 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItem.md @@ -2879,7 +2879,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3388,10 +3388,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7168,7 +7168,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7677,10 +7677,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11839,7 +11839,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12348,10 +12348,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16188,7 +16188,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16697,10 +16697,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20114,7 +20114,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20623,10 +20623,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24845,7 +24845,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25354,10 +25354,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItemDocumentSetVersion.md index 1a43865b5bf..03d757bae16 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgGroupDriveRootListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Update the navigation property documentSetVersions in groups ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId -GroupId [-AdditionalProperties ] [-Comment ] @@ -22,20 +22,20 @@ Update-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId -GroupId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgGroupDriveRootListItemDocumentSetVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgGroupDriveRootListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -57,7 +57,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -73,7 +73,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -88,7 +88,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -119,7 +119,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -149,7 +149,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -164,7 +164,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -179,7 +179,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -194,7 +194,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -210,7 +210,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -226,7 +226,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -242,7 +242,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -258,7 +258,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -289,7 +289,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -305,7 +305,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False 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 7fb26c91c02..da57631a46d 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareList.md @@ -2896,7 +2896,7 @@ ACTIVITIES : The recent activities that took p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3405,10 +3405,10 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7574,7 +7574,7 @@ BODYPARAMETER : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8083,10 +8083,10 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12225,7 +12225,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12734,10 +12734,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16489,7 +16489,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16998,10 +16998,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20801,7 +20801,7 @@ ITEMS : All items contained in the list. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21310,10 +21310,10 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25145,7 +25145,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25654,10 +25654,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 da693ec900b..096ca71a2a1 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareListItem.md @@ -2919,7 +2919,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3428,10 +3428,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7208,7 +7208,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7717,10 +7717,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11879,7 +11879,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12388,10 +12388,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16228,7 +16228,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16737,10 +16737,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20154,7 +20154,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20663,10 +20663,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24885,7 +24885,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25394,10 +25394,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Update-MgShareListItemDocumentSetVersion.md index 38fefa5f517..bdb23531472 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Update the navigation property documentSetVersions in shares ## SYNTAX -### UpdateExpanded1 (Default) +### UpdateExpanded3 (Default) ``` Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -22,20 +22,20 @@ Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedD [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update2 ``` Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId -SharedDriveItemId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update1 +### Update3 ``` Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateExpanded +### UpdateExpanded2 ``` Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId -SharedDriveItemId [-AdditionalProperties ] [-Comment ] @@ -45,19 +45,19 @@ Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListIte [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity2 ``` Update-MgShareListItemDocumentSetVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity1 +### UpdateViaIdentity3 ``` Update-MgShareListItemDocumentSetVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded2 ``` Update-MgShareListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -67,7 +67,7 @@ Update-MgShareListItemDocumentSetVersion -InputObject [-Additio [-WhatIf] [] ``` -### UpdateViaIdentityExpanded1 +### UpdateViaIdentityExpanded3 ``` Update-MgShareListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -89,7 +89,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -105,7 +105,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Update, Update1, UpdateViaIdentity, UpdateViaIdentity1 +Parameter Sets: Update2, Update3, UpdateViaIdentity2, UpdateViaIdentity3 Aliases: Required: True @@ -120,7 +120,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -136,7 +136,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -151,7 +151,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -166,7 +166,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Update, Update1, UpdateExpanded, UpdateExpanded1 +Parameter Sets: Update2, Update3, UpdateExpanded2, UpdateExpanded3 Aliases: Required: True @@ -181,7 +181,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -196,7 +196,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -212,7 +212,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentity1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateViaIdentity2, UpdateViaIdentity3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: True @@ -228,7 +228,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -244,7 +244,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -260,7 +260,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -275,7 +275,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update2, UpdateExpanded2 Aliases: Required: True @@ -306,7 +306,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False @@ -321,7 +321,7 @@ key: id of sharedDriveItem ```yaml Type: System.String -Parameter Sets: Update, Update1, UpdateExpanded, UpdateExpanded1 +Parameter Sets: Update2, Update3, UpdateExpanded2, UpdateExpanded3 Aliases: Required: True @@ -337,7 +337,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateExpanded3, UpdateViaIdentityExpanded2, UpdateViaIdentityExpanded3 Aliases: Required: False 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 70b83b9aaeb..5ca39a1683c 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgShareSharedDriveItemSharedDriveItem.md @@ -3258,7 +3258,7 @@ BODYPARAMETER : sharedDriveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3767,10 +3767,10 @@ BODYPARAMETER : sharedDriveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7581,7 +7581,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8090,10 +8090,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11476,7 +11476,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11985,10 +11985,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -15796,7 +15796,7 @@ ITEMS : All driveItems contained in the sharing roo - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16305,10 +16305,10 @@ ITEMS : All driveItems contained in the sharing roo - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20502,7 +20502,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21011,10 +21011,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24773,7 +24773,7 @@ LIST : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25282,10 +25282,10 @@ LIST : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29055,7 +29055,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29564,10 +29564,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -33079,7 +33079,7 @@ ROOT : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33588,10 +33588,10 @@ ROOT : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -37702,7 +37702,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -38211,10 +38211,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 9f9b2f4f4d5..d743dd293a5 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDrive.md @@ -2937,7 +2937,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3446,10 +3446,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7608,7 +7608,7 @@ BODYPARAMETER : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8117,10 +8117,10 @@ BODYPARAMETER : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11533,7 +11533,7 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12042,10 +12042,10 @@ BUNDLES : Collection of [bundles][bundle] (albums a - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16239,7 +16239,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16748,10 +16748,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20133,7 +20133,7 @@ FOLLOWING : The list of items the user is following - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20642,10 +20642,10 @@ FOLLOWING : The list of items the user is following - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24453,7 +24453,7 @@ ITEMS : All items contained in the drive. Read-only - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -24962,10 +24962,10 @@ ITEMS : All items contained in the drive. Read-only - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29159,7 +29159,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29668,10 +29668,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -33430,7 +33430,7 @@ LIST : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33939,10 +33939,10 @@ LIST : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -37389,7 +37389,7 @@ ROOT : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -37898,10 +37898,10 @@ ROOT : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -41694,7 +41694,7 @@ SPECIAL : Collection of common folders available in - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -42203,10 +42203,10 @@ SPECIAL : Collection of common folders available in - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 7a5f6798523..22cc25fe718 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItem.md @@ -3343,7 +3343,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3852,10 +3852,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7632,7 +7632,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8141,10 +8141,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11960,7 +11960,7 @@ BODYPARAMETER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12469,10 +12469,10 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16262,7 +16262,7 @@ CHILDREN : Collection containing Item objects for t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16771,10 +16771,10 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20968,7 +20968,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21477,10 +21477,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25333,7 +25333,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25842,10 +25842,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29590,7 +29590,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30099,10 +30099,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 a94e5f59e0a..eac1f6b41ed 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItem.md @@ -2894,7 +2894,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3403,10 +3403,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7183,7 +7183,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7692,10 +7692,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11854,7 +11854,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12363,10 +12363,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16203,7 +16203,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16712,10 +16712,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20129,7 +20129,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20638,10 +20638,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24860,7 +24860,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25369,10 +25369,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItemDocumentSetVersion.md index 54814f13d8d..22fee003ae7 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveItemListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Update the navigation property documentSetVersions in users ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId -DriveItemId -UserId [-AdditionalProperties ] [-Comment ] @@ -22,20 +22,20 @@ Update-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId -DriveItemId -UserId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgUserDriveItemListItemDocumentSetVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgUserDriveItemListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -57,7 +57,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -73,7 +73,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -88,7 +88,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -119,7 +119,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -149,7 +149,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -164,7 +164,7 @@ key: id of driveItem ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -179,7 +179,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -194,7 +194,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -210,7 +210,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -226,7 +226,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -242,7 +242,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -258,7 +258,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -289,7 +289,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -305,7 +305,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -320,7 +320,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: 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 d114b05a327..563a3175cea 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveList.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveList.md @@ -2911,7 +2911,7 @@ ACTIVITIES : The recent activities that took p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3420,10 +3420,10 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7589,7 +7589,7 @@ BODYPARAMETER : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8098,10 +8098,10 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12240,7 +12240,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12749,10 +12749,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16504,7 +16504,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17013,10 +17013,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20816,7 +20816,7 @@ ITEMS : All items contained in the list. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21325,10 +21325,10 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25160,7 +25160,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25669,10 +25669,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 be1665b169e..569062e60d7 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItem.md @@ -2894,7 +2894,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3403,10 +3403,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7183,7 +7183,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7692,10 +7692,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11854,7 +11854,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12363,10 +12363,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16203,7 +16203,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16712,10 +16712,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20129,7 +20129,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20638,10 +20638,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24860,7 +24860,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25369,10 +25369,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItemDocumentSetVersion.md index 0b3efc4db7f..6cb8ed6277a 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Update the navigation property documentSetVersions in users ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -ListItemId -UserId [-AdditionalProperties ] [-Comment ] @@ -22,20 +22,20 @@ Update-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -Dri [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -ListItemId -UserId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgUserDriveListItemDocumentSetVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgUserDriveListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -57,7 +57,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -73,7 +73,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -88,7 +88,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -119,7 +119,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -149,7 +149,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -164,7 +164,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -179,7 +179,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -195,7 +195,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -211,7 +211,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -227,7 +227,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -243,7 +243,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -258,7 +258,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -289,7 +289,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -305,7 +305,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -320,7 +320,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: 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 7e071c1d3ca..a224a0ae6ab 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRoot.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRoot.md @@ -3328,7 +3328,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3837,10 +3837,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7617,7 +7617,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8126,10 +8126,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11945,7 +11945,7 @@ BODYPARAMETER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12454,10 +12454,10 @@ BODYPARAMETER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16247,7 +16247,7 @@ CHILDREN : Collection containing Item objects for t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16756,10 +16756,10 @@ CHILDREN : Collection containing Item objects for t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20953,7 +20953,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21462,10 +21462,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25318,7 +25318,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25827,10 +25827,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -29575,7 +29575,7 @@ LISTITEM : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30084,10 +30084,10 @@ LISTITEM : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 e7d584cf921..b2fb1fabc78 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItem.md @@ -2879,7 +2879,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3388,10 +3388,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7168,7 +7168,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7677,10 +7677,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11839,7 +11839,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12348,10 +12348,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16188,7 +16188,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16697,10 +16697,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20114,7 +20114,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20623,10 +20623,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24845,7 +24845,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25354,10 +25354,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItemDocumentSetVersion.md index 1c9a991ca05..72d2a4fd11d 100644 --- a/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItemDocumentSetVersion.md +++ b/src/Files/Files/docs/v1.0-beta/Update-MgUserDriveRootListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Update the navigation property documentSetVersions in users ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId -UserId [-AdditionalProperties ] [-Comment ] @@ -22,20 +22,20 @@ Update-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId -UserId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgUserDriveRootListItemDocumentSetVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgUserDriveRootListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] @@ -57,7 +57,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -73,7 +73,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -88,7 +88,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -119,7 +119,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -149,7 +149,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -164,7 +164,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -179,7 +179,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -195,7 +195,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -211,7 +211,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -227,7 +227,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -243,7 +243,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -274,7 +274,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -290,7 +290,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -305,7 +305,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Get-MgDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..b30b02e53fb --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,299 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from drives + +## SYNTAX + +### List1 (Default) +``` +Get-MgDriveItemListItemDocumentSetVersion -DriveId -DriveItemId [-ExpandProperty ] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get1 +``` +Get-MgDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId [-ExpandProperty ] [-Property ] [] +``` + +### GetViaIdentity1 +``` +Get-MgDriveItemListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from drives + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Get1, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Get1, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Filter +Filter items by property values + +```yaml +Type: System.String +Parameter Sets: List1 +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.IFilesIdentity +Parameter Sets: GetViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List1 +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: Limit + +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Get-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..6733787ed95 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,299 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgDriveListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from drives + +## SYNTAX + +### List1 (Default) +``` +Get-MgDriveListItemDocumentSetVersion -DriveId -ListItemId [-ExpandProperty ] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get1 +``` +Get-MgDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -ListItemId + [-ExpandProperty ] [-Property ] [] +``` + +### GetViaIdentity1 +``` +Get-MgDriveListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from drives + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Get1, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Filter +Filter items by property values + +```yaml +Type: System.String +Parameter Sets: List1 +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.IFilesIdentity +Parameter Sets: GetViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Get1, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List1 +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: Limit + +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemActivityByInterval.md b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemActivityByInterval.md index 3ea61c350f7..73f6de18709 100644 --- a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemActivityByInterval.md +++ b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemActivityByInterval.md @@ -12,23 +12,23 @@ Invoke function getActivitiesByInterval ## SYNTAX -### Get1 (Default) +### Get (Default) ``` Get-MgDriveRootListItemActivityByInterval -DriveId [] ``` -### Get2 +### Get1 ``` Get-MgDriveRootListItemActivityByInterval -DriveId -EndDateTime -Interval -StartDateTime [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgDriveRootListItemActivityByInterval -InputObject [] ``` -### GetViaIdentity2 +### GetViaIdentity1 ``` Get-MgDriveRootListItemActivityByInterval -InputObject [] ``` @@ -45,7 +45,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get1, Get2 +Parameter Sets: Get, Get1 Aliases: Required: True @@ -60,7 +60,7 @@ Usage: endDateTime='{endDateTime}' ```yaml Type: System.String -Parameter Sets: Get2 +Parameter Sets: Get1 Aliases: Required: True @@ -76,7 +76,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity1, GetViaIdentity2 +Parameter Sets: GetViaIdentity, GetViaIdentity1 Aliases: Required: True @@ -91,7 +91,7 @@ Usage: interval='{interval}' ```yaml Type: System.String -Parameter Sets: Get2 +Parameter Sets: Get1 Aliases: Required: True @@ -106,7 +106,7 @@ Usage: startDateTime='{startDateTime}' ```yaml Type: System.String -Parameter Sets: Get2 +Parameter Sets: Get1 Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..12c16538390 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,284 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from drives + +## SYNTAX + +### List1 (Default) +``` +Get-MgDriveRootListItemDocumentSetVersion -DriveId [-ExpandProperty ] [-Filter ] + [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] + [-CountVariable ] [-PageSize ] [] +``` + +### Get1 +``` +Get-MgDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + [-ExpandProperty ] [-Property ] [] +``` + +### GetViaIdentity1 +``` +Get-MgDriveRootListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from drives + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Get1, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Filter +Filter items by property values + +```yaml +Type: System.String +Parameter Sets: List1 +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.IFilesIdentity +Parameter Sets: GetViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List1 +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: Limit + +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemDriveItemContent.md b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemDriveItemContent.md index 042b082841a..ba1470a6fad 100644 --- a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemDriveItemContent.md +++ b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemDriveItemContent.md @@ -12,12 +12,12 @@ Get content for the navigation property driveItem from drives ## SYNTAX -### Get1 (Default) +### Get (Default) ``` Get-MgDriveRootListItemDriveItemContent -DriveId -OutFile [-PassThru] [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgDriveRootListItemDriveItemContent -InputObject -OutFile [-PassThru] [] @@ -35,7 +35,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True @@ -51,7 +51,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity1 +Parameter Sets: GetViaIdentity Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemField.md b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemField.md index 4c42172bfa1..ba3e4f4c88f 100644 --- a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemField.md +++ b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemField.md @@ -12,13 +12,13 @@ Get fields from drives ## SYNTAX -### Get1 (Default) +### Get (Default) ``` Get-MgDriveRootListItemField -DriveId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgDriveRootListItemField -InputObject [-ExpandProperty ] [-Property ] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity1 +Parameter Sets: GetViaIdentity Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemVersion.md index 55620f55a7c..bcff305bb20 100644 --- a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemVersion.md @@ -12,20 +12,20 @@ Get versions from drives ## SYNTAX -### List1 (Default) +### List (Default) ``` Get-MgDriveRootListItemVersion -DriveId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get1 +### Get ``` Get-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgDriveRootListItemVersion -InputObject [-ExpandProperty ] [-Property ] [] @@ -43,7 +43,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List1 +Parameter Sets: List Aliases: Required: False @@ -59,7 +59,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List1 +Parameter Sets: List Aliases: CV Required: False @@ -74,7 +74,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get1, List1 +Parameter Sets: Get, List Aliases: Required: True @@ -104,7 +104,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List1 +Parameter Sets: List Aliases: Required: False @@ -120,7 +120,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity1 +Parameter Sets: GetViaIdentity Aliases: Required: True @@ -135,7 +135,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True @@ -150,7 +150,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List1 +Parameter Sets: List Aliases: Required: False @@ -180,7 +180,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List1 +Parameter Sets: List Aliases: Required: False @@ -195,7 +195,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List1 +Parameter Sets: List Aliases: Required: False @@ -210,7 +210,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List1 +Parameter Sets: List Aliases: OrderBy Required: False @@ -225,7 +225,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List1 +Parameter Sets: List Aliases: Limit Required: False diff --git a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemVersionField.md b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemVersionField.md index 60f7d4833c8..387a1796c90 100644 --- a/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemVersionField.md +++ b/src/Files/Files/docs/v1.0/Get-MgDriveRootListItemVersionField.md @@ -12,13 +12,13 @@ Get fields from drives ## SYNTAX -### Get1 (Default) +### Get (Default) ``` Get-MgDriveRootListItemVersionField -DriveId -ListItemVersionId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgDriveRootListItemVersionField -InputObject [-ExpandProperty ] [-Property ] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: GetViaIdentity1 +Parameter Sets: GetViaIdentity Aliases: Required: True @@ -82,7 +82,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Get-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..96ae30ef6db --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,315 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mggroupdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgGroupDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from groups + +## SYNTAX + +### List (Default) +``` +Get-MgGroupDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -GroupId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get +``` +Get-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -GroupId [-ExpandProperty ] [-Property ] + [] +``` + +### GetViaIdentity +``` +Get-MgGroupDriveItemListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from groups + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +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 +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Get, List +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.IFilesIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: Limit + +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Get-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..ce316ab2827 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,314 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mggroupdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgGroupDriveListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from groups + +## SYNTAX + +### List (Default) +``` +Get-MgGroupDriveListItemDocumentSetVersion -DriveId -GroupId -ListItemId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get +``` +Get-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -GroupId + -ListItemId [-ExpandProperty ] [-Property ] [] +``` + +### GetViaIdentity +``` +Get-MgGroupDriveListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from groups + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +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 +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Get, List +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.IFilesIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: Limit + +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Get-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..2f9748cb7df --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,299 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mggroupdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgGroupDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from groups + +## SYNTAX + +### List (Default) +``` +Get-MgGroupDriveRootListItemDocumentSetVersion -DriveId -GroupId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get +``` +Get-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -GroupId [-ExpandProperty ] [-Property ] [] +``` + +### GetViaIdentity +``` +Get-MgGroupDriveRootListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from groups + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +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 +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Get, List +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.IFilesIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: Limit + +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Get-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..305b0ad610f --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,318 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mgsharelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgShareListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from shares + +## SYNTAX + +### List1 (Default) +``` +Get-MgShareListItemDocumentSetVersion -SharedDriveItemId [-ExpandProperty ] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get +``` +Get-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId + -SharedDriveItemId [-ExpandProperty ] [-Property ] [] +``` + +### Get1 +``` +Get-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId + [-ExpandProperty ] [-Property ] [] +``` + +### GetViaIdentity +``` +Get-MgShareListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +### GetViaIdentity1 +``` +Get-MgShareListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +### List +``` +Get-MgShareListItemDocumentSetVersion -ListItemId -SharedDriveItemId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +## DESCRIPTION +Get documentSetVersions from shares + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get, Get1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Filter +Filter items by property values + +```yaml +Type: System.String +Parameter Sets: List, List1 +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.IFilesIdentity +Parameter Sets: GetViaIdentity, GetViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SharedDriveItemId +key: id of sharedDriveItem + +```yaml +Type: System.String +Parameter Sets: Get, Get1, List, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List, List1 +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List, List1 +Aliases: Limit + +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Get-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..fe13c41736e --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,315 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mguserdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgUserDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from users + +## SYNTAX + +### List (Default) +``` +Get-MgUserDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -UserId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get +``` +Get-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -UserId [-ExpandProperty ] [-Property ] + [] +``` + +### GetViaIdentity +``` +Get-MgUserDriveItemListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from users + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +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. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: Limit + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Get-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..419d56dc464 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,315 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mguserdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgUserDriveListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from users + +## SYNTAX + +### List (Default) +``` +Get-MgUserDriveListItemDocumentSetVersion -DriveId -ListItemId -UserId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get +``` +Get-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -ListItemId -UserId [-ExpandProperty ] [-Property ] + [] +``` + +### GetViaIdentity +``` +Get-MgUserDriveListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from users + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +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. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: Limit + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Get-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Get-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..8208d6e956e --- /dev/null +++ b/src/Files/Files/docs/v1.0/Get-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,299 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/get-mguserdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgUserDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from users + +## SYNTAX + +### List (Default) +``` +Get-MgUserDriveRootListItemDocumentSetVersion -DriveId -UserId [-ExpandProperty ] + [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] + [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get +``` +Get-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -UserId [-ExpandProperty ] [-Property ] [] +``` + +### GetViaIdentity +``` +Get-MgUserDriveRootListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from users + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +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. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: Limit + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +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.IFilesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Invoke-MgCheckinDriveRoot.md b/src/Files/Files/docs/v1.0/Invoke-MgCheckinDriveRoot.md index 1ba0dafc42d..b129e044a32 100644 --- a/src/Files/Files/docs/v1.0/Invoke-MgCheckinDriveRoot.md +++ b/src/Files/Files/docs/v1.0/Invoke-MgCheckinDriveRoot.md @@ -12,27 +12,27 @@ Invoke action checkin ## SYNTAX -### CheckinExpanded1 (Default) +### CheckinExpanded (Default) ``` Invoke-MgCheckinDriveRoot -DriveId [-AdditionalProperties ] [-CheckInAs ] [-Comment ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Checkin1 +### Checkin ``` Invoke-MgCheckinDriveRoot -DriveId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### CheckinViaIdentity1 +### CheckinViaIdentity ``` Invoke-MgCheckinDriveRoot -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### CheckinViaIdentityExpanded1 +### CheckinViaIdentityExpanded ``` Invoke-MgCheckinDriveRoot -InputObject [-AdditionalProperties ] [-CheckInAs ] [-Comment ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -50,7 +50,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CheckinExpanded1, CheckinViaIdentityExpanded1 +Parameter Sets: CheckinExpanded, CheckinViaIdentityExpanded Aliases: Required: False @@ -66,7 +66,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IPathsW65Kj4DrivesDriveIdRootMicrosoftGraphCheckinPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Checkin1, CheckinViaIdentity1 +Parameter Sets: Checkin, CheckinViaIdentity Aliases: Required: True @@ -81,7 +81,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CheckinExpanded1, CheckinViaIdentityExpanded1 +Parameter Sets: CheckinExpanded, CheckinViaIdentityExpanded Aliases: Required: False @@ -96,7 +96,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CheckinExpanded1, CheckinViaIdentityExpanded1 +Parameter Sets: CheckinExpanded, CheckinViaIdentityExpanded Aliases: Required: False @@ -111,7 +111,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Checkin1, CheckinExpanded1 +Parameter Sets: Checkin, CheckinExpanded Aliases: Required: True @@ -127,7 +127,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CheckinViaIdentity1, CheckinViaIdentityExpanded1 +Parameter Sets: CheckinViaIdentity, CheckinViaIdentityExpanded Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Invoke-MgCheckoutDriveRoot.md b/src/Files/Files/docs/v1.0/Invoke-MgCheckoutDriveRoot.md index 812252f7dd8..e189e370186 100644 --- a/src/Files/Files/docs/v1.0/Invoke-MgCheckoutDriveRoot.md +++ b/src/Files/Files/docs/v1.0/Invoke-MgCheckoutDriveRoot.md @@ -12,12 +12,12 @@ Invoke action checkout ## SYNTAX -### Checkout1 (Default) +### Checkout (Default) ``` Invoke-MgCheckoutDriveRoot -DriveId [-PassThru] [-Confirm] [-WhatIf] [] ``` -### CheckoutViaIdentity1 +### CheckoutViaIdentity ``` Invoke-MgCheckoutDriveRoot -InputObject [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -34,7 +34,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Checkout1 +Parameter Sets: Checkout Aliases: Required: True @@ -50,7 +50,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CheckoutViaIdentity1 +Parameter Sets: CheckoutViaIdentity Aliases: Required: 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 3758ba432d3..ac7af70e40c 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: 1b2b2c18-9aa2-4dfc-9d16-56990be52266 +Module Guid: 23b3de90-2786-4ade-b68d-953e827b1945 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files Help Version: 1.0.0.0 Locale: en-US @@ -80,6 +80,9 @@ Invoke function getActivitiesByInterval ### [Get-MgDriveItemListItemAnalytic](Get-MgDriveItemListItemAnalytic.md) Get analytics from drives +### [Get-MgDriveItemListItemDocumentSetVersion](Get-MgDriveItemListItemDocumentSetVersion.md) +Get documentSetVersions from drives + ### [Get-MgDriveItemListItemDriveItem](Get-MgDriveItemListItemDriveItem.md) Get driveItem from drives @@ -155,6 +158,9 @@ Invoke function getActivitiesByInterval ### [Get-MgDriveListItemAnalytic](Get-MgDriveListItemAnalytic.md) Get analytics from drives +### [Get-MgDriveListItemDocumentSetVersion](Get-MgDriveListItemDocumentSetVersion.md) +Get documentSetVersions from drives + ### [Get-MgDriveListItemDriveItem](Get-MgDriveListItemDriveItem.md) Get driveItem from drives @@ -206,6 +212,9 @@ Invoke function getActivitiesByInterval ### [Get-MgDriveRootListItemAnalytic](Get-MgDriveRootListItemAnalytic.md) Get analytics from drives +### [Get-MgDriveRootListItemDocumentSetVersion](Get-MgDriveRootListItemDocumentSetVersion.md) +Get documentSetVersions from drives + ### [Get-MgDriveRootListItemDriveItem](Get-MgDriveRootListItemDriveItem.md) Get driveItem from drives @@ -281,6 +290,9 @@ Get listItem from groups ### [Get-MgGroupDriveItemListItemAnalytic](Get-MgGroupDriveItemListItemAnalytic.md) Get analytics from groups +### [Get-MgGroupDriveItemListItemDocumentSetVersion](Get-MgGroupDriveItemListItemDocumentSetVersion.md) +Get documentSetVersions from groups + ### [Get-MgGroupDriveItemListItemDriveItem](Get-MgGroupDriveItemListItemDriveItem.md) Get driveItem from groups @@ -350,6 +362,9 @@ Get items from groups ### [Get-MgGroupDriveListItemAnalytic](Get-MgGroupDriveListItemAnalytic.md) Get analytics from groups +### [Get-MgGroupDriveListItemDocumentSetVersion](Get-MgGroupDriveListItemDocumentSetVersion.md) +Get documentSetVersions from groups + ### [Get-MgGroupDriveListItemDriveItem](Get-MgGroupDriveListItemDriveItem.md) Get driveItem from groups @@ -392,6 +407,9 @@ Get listItem from groups ### [Get-MgGroupDriveRootListItemAnalytic](Get-MgGroupDriveRootListItemAnalytic.md) Get analytics from groups +### [Get-MgGroupDriveRootListItemDocumentSetVersion](Get-MgGroupDriveRootListItemDocumentSetVersion.md) +Get documentSetVersions from groups + ### [Get-MgGroupDriveRootListItemDriveItem](Get-MgGroupDriveRootListItemDriveItem.md) Get driveItem from groups @@ -485,6 +503,9 @@ Invoke function getActivitiesByInterval ### [Get-MgShareListItemAnalytic](Get-MgShareListItemAnalytic.md) Get analytics from shares +### [Get-MgShareListItemDocumentSetVersion](Get-MgShareListItemDocumentSetVersion.md) +Get documentSetVersions from shares + ### [Get-MgShareListItemDriveItem](Get-MgShareListItemDriveItem.md) Get driveItem from shares @@ -560,6 +581,9 @@ Get listItem from users ### [Get-MgUserDriveItemListItemAnalytic](Get-MgUserDriveItemListItemAnalytic.md) Get analytics from users +### [Get-MgUserDriveItemListItemDocumentSetVersion](Get-MgUserDriveItemListItemDocumentSetVersion.md) +Get documentSetVersions from users + ### [Get-MgUserDriveItemListItemDriveItem](Get-MgUserDriveItemListItemDriveItem.md) Get driveItem from users @@ -629,6 +653,9 @@ Get items from users ### [Get-MgUserDriveListItemAnalytic](Get-MgUserDriveListItemAnalytic.md) Get analytics from users +### [Get-MgUserDriveListItemDocumentSetVersion](Get-MgUserDriveListItemDocumentSetVersion.md) +Get documentSetVersions from users + ### [Get-MgUserDriveListItemDriveItem](Get-MgUserDriveListItemDriveItem.md) Get driveItem from users @@ -671,6 +698,9 @@ Get listItem from users ### [Get-MgUserDriveRootListItemAnalytic](Get-MgUserDriveRootListItemAnalytic.md) Get analytics from users +### [Get-MgUserDriveRootListItemDocumentSetVersion](Get-MgUserDriveRootListItemDocumentSetVersion.md) +Get documentSetVersions from users + ### [Get-MgUserDriveRootListItemDriveItem](Get-MgUserDriveRootListItemDriveItem.md) Get driveItem from users @@ -785,6 +815,9 @@ Create new navigation property to items for drives ### [New-MgDriveItemLink](New-MgDriveItemLink.md) Invoke action createLink +### [New-MgDriveItemListItemDocumentSetVersion](New-MgDriveItemListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for drives + ### [New-MgDriveItemListItemVersion](New-MgDriveItemListItemVersion.md) Create new navigation property to versions for drives @@ -818,6 +851,9 @@ Create new navigation property to columnLinks for drives ### [New-MgDriveListItem](New-MgDriveListItem.md) Create new navigation property to items for drives +### [New-MgDriveListItemDocumentSetVersion](New-MgDriveListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for drives + ### [New-MgDriveListItemVersion](New-MgDriveListItemVersion.md) Create new navigation property to versions for drives @@ -830,6 +866,9 @@ Create new navigation property to subscriptions for drives ### [New-MgDriveRootLink](New-MgDriveRootLink.md) Invoke action createLink +### [New-MgDriveRootListItemDocumentSetVersion](New-MgDriveRootListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for drives + ### [New-MgDriveRootListItemVersion](New-MgDriveRootListItemVersion.md) Create new navigation property to versions for drives @@ -854,6 +893,9 @@ Create new navigation property to drives for groups ### [New-MgGroupDriveItem](New-MgGroupDriveItem.md) Create new navigation property to items for groups +### [New-MgGroupDriveItemListItemDocumentSetVersion](New-MgGroupDriveItemListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for groups + ### [New-MgGroupDriveItemListItemVersion](New-MgGroupDriveItemListItemVersion.md) Create new navigation property to versions for groups @@ -884,6 +926,9 @@ Create new navigation property to columnLinks for groups ### [New-MgGroupDriveListItem](New-MgGroupDriveListItem.md) Create new navigation property to items for groups +### [New-MgGroupDriveListItemDocumentSetVersion](New-MgGroupDriveListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for groups + ### [New-MgGroupDriveListItemVersion](New-MgGroupDriveListItemVersion.md) Create new navigation property to versions for groups @@ -893,6 +938,9 @@ Create new navigation property to operations for groups ### [New-MgGroupDriveListSubscription](New-MgGroupDriveListSubscription.md) Create new navigation property to subscriptions for groups +### [New-MgGroupDriveRootListItemDocumentSetVersion](New-MgGroupDriveRootListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for groups + ### [New-MgGroupDriveRootListItemVersion](New-MgGroupDriveRootListItemVersion.md) Create new navigation property to versions for groups @@ -923,6 +971,9 @@ Create new navigation property to columnLinks for shares ### [New-MgShareListItem](New-MgShareListItem.md) Create new navigation property to items for shares +### [New-MgShareListItemDocumentSetVersion](New-MgShareListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for shares + ### [New-MgShareListItemVersion](New-MgShareListItemVersion.md) Create new navigation property to versions for shares @@ -941,6 +992,9 @@ Create new navigation property to drives for users ### [New-MgUserDriveItem](New-MgUserDriveItem.md) Create new navigation property to items for users +### [New-MgUserDriveItemListItemDocumentSetVersion](New-MgUserDriveItemListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for users + ### [New-MgUserDriveItemListItemVersion](New-MgUserDriveItemListItemVersion.md) Create new navigation property to versions for users @@ -971,6 +1025,9 @@ Create new navigation property to columnLinks for users ### [New-MgUserDriveListItem](New-MgUserDriveListItem.md) Create new navigation property to items for users +### [New-MgUserDriveListItemDocumentSetVersion](New-MgUserDriveListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for users + ### [New-MgUserDriveListItemVersion](New-MgUserDriveListItemVersion.md) Create new navigation property to versions for users @@ -980,6 +1037,9 @@ Create new navigation property to operations for users ### [New-MgUserDriveListSubscription](New-MgUserDriveListSubscription.md) Create new navigation property to subscriptions for users +### [New-MgUserDriveRootListItemDocumentSetVersion](New-MgUserDriveRootListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for users + ### [New-MgUserDriveRootListItemVersion](New-MgUserDriveRootListItemVersion.md) Create new navigation property to versions for users @@ -1010,6 +1070,9 @@ Delete navigation property items for drives ### [Remove-MgDriveItemListItem](Remove-MgDriveItemListItem.md) Delete navigation property listItem for drives +### [Remove-MgDriveItemListItemDocumentSetVersion](Remove-MgDriveItemListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for drives + ### [Remove-MgDriveItemListItemField](Remove-MgDriveItemListItemField.md) Delete navigation property fields for drives @@ -1049,6 +1112,9 @@ Delete navigation property columnLinks for drives ### [Remove-MgDriveListItem](Remove-MgDriveListItem.md) Delete navigation property items for drives +### [Remove-MgDriveListItemDocumentSetVersion](Remove-MgDriveListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for drives + ### [Remove-MgDriveListItemField](Remove-MgDriveListItemField.md) Delete navigation property fields for drives @@ -1070,6 +1136,9 @@ Delete navigation property root for drives ### [Remove-MgDriveRootListItem](Remove-MgDriveRootListItem.md) Delete navigation property listItem for drives +### [Remove-MgDriveRootListItemDocumentSetVersion](Remove-MgDriveRootListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for drives + ### [Remove-MgDriveRootListItemField](Remove-MgDriveRootListItemField.md) Delete navigation property fields for drives @@ -1100,6 +1169,9 @@ Delete navigation property items for groups ### [Remove-MgGroupDriveItemListItem](Remove-MgGroupDriveItemListItem.md) Delete navigation property listItem for groups +### [Remove-MgGroupDriveItemListItemDocumentSetVersion](Remove-MgGroupDriveItemListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for groups + ### [Remove-MgGroupDriveItemListItemField](Remove-MgGroupDriveItemListItemField.md) Delete navigation property fields for groups @@ -1139,6 +1211,9 @@ Delete navigation property columnLinks for groups ### [Remove-MgGroupDriveListItem](Remove-MgGroupDriveListItem.md) Delete navigation property items for groups +### [Remove-MgGroupDriveListItemDocumentSetVersion](Remove-MgGroupDriveListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for groups + ### [Remove-MgGroupDriveListItemField](Remove-MgGroupDriveListItemField.md) Delete navigation property fields for groups @@ -1160,6 +1235,9 @@ Delete navigation property root for groups ### [Remove-MgGroupDriveRootListItem](Remove-MgGroupDriveRootListItem.md) Delete navigation property listItem for groups +### [Remove-MgGroupDriveRootListItemDocumentSetVersion](Remove-MgGroupDriveRootListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for groups + ### [Remove-MgGroupDriveRootListItemField](Remove-MgGroupDriveRootListItemField.md) Delete navigation property fields for groups @@ -1199,6 +1277,9 @@ Delete navigation property columnLinks for shares ### [Remove-MgShareListItem](Remove-MgShareListItem.md) Delete navigation property items for shares +### [Remove-MgShareListItemDocumentSetVersion](Remove-MgShareListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for shares + ### [Remove-MgShareListItemField](Remove-MgShareListItemField.md) Delete navigation property fields for shares @@ -1229,6 +1310,9 @@ Delete navigation property items for users ### [Remove-MgUserDriveItemListItem](Remove-MgUserDriveItemListItem.md) Delete navigation property listItem for users +### [Remove-MgUserDriveItemListItemDocumentSetVersion](Remove-MgUserDriveItemListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for users + ### [Remove-MgUserDriveItemListItemField](Remove-MgUserDriveItemListItemField.md) Delete navigation property fields for users @@ -1268,6 +1352,9 @@ Delete navigation property columnLinks for users ### [Remove-MgUserDriveListItem](Remove-MgUserDriveListItem.md) Delete navigation property items for users +### [Remove-MgUserDriveListItemDocumentSetVersion](Remove-MgUserDriveListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for users + ### [Remove-MgUserDriveListItemField](Remove-MgUserDriveListItemField.md) Delete navigation property fields for users @@ -1289,6 +1376,9 @@ Delete navigation property root for users ### [Remove-MgUserDriveRootListItem](Remove-MgUserDriveRootListItem.md) Delete navigation property listItem for users +### [Remove-MgUserDriveRootListItemDocumentSetVersion](Remove-MgUserDriveRootListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for users + ### [Remove-MgUserDriveRootListItemField](Remove-MgUserDriveRootListItemField.md) Delete navigation property fields for users @@ -1313,24 +1403,36 @@ Delete navigation property versions for users ### [Restore-MgDriveItem](Restore-MgDriveItem.md) Invoke action restore +### [Restore-MgDriveItemListItemDocumentSetVersion](Restore-MgDriveItemListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgDriveItemListItemVersion](Restore-MgDriveItemListItemVersion.md) Invoke action restoreVersion ### [Restore-MgDriveItemVersion](Restore-MgDriveItemVersion.md) Invoke action restoreVersion +### [Restore-MgDriveListItemDocumentSetVersion](Restore-MgDriveListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgDriveListItemVersion](Restore-MgDriveListItemVersion.md) Invoke action restoreVersion ### [Restore-MgDriveRoot](Restore-MgDriveRoot.md) Invoke action restore +### [Restore-MgDriveRootListItemDocumentSetVersion](Restore-MgDriveRootListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgDriveRootListItemVersion](Restore-MgDriveRootListItemVersion.md) Invoke action restoreVersion ### [Restore-MgDriveRootVersion](Restore-MgDriveRootVersion.md) Invoke action restoreVersion +### [Restore-MgShareListItemDocumentSetVersion](Restore-MgShareListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgShareListItemVersion](Restore-MgShareListItemVersion.md) Invoke action restoreVersion @@ -1490,6 +1592,9 @@ Update the navigation property items in drives ### [Update-MgDriveItemListItem](Update-MgDriveItemListItem.md) Update the navigation property listItem in drives +### [Update-MgDriveItemListItemDocumentSetVersion](Update-MgDriveItemListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in drives + ### [Update-MgDriveItemListItemField](Update-MgDriveItemListItemField.md) Update the navigation property fields in drives @@ -1529,6 +1634,9 @@ Update the navigation property columnLinks in drives ### [Update-MgDriveListItem](Update-MgDriveListItem.md) Update the navigation property items in drives +### [Update-MgDriveListItemDocumentSetVersion](Update-MgDriveListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in drives + ### [Update-MgDriveListItemField](Update-MgDriveListItemField.md) Update the navigation property fields in drives @@ -1550,6 +1658,9 @@ Update the navigation property root in drives ### [Update-MgDriveRootListItem](Update-MgDriveRootListItem.md) Update the navigation property listItem in drives +### [Update-MgDriveRootListItemDocumentSetVersion](Update-MgDriveRootListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in drives + ### [Update-MgDriveRootListItemField](Update-MgDriveRootListItemField.md) Update the navigation property fields in drives @@ -1580,6 +1691,9 @@ Update the navigation property items in groups ### [Update-MgGroupDriveItemListItem](Update-MgGroupDriveItemListItem.md) Update the navigation property listItem in groups +### [Update-MgGroupDriveItemListItemDocumentSetVersion](Update-MgGroupDriveItemListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in groups + ### [Update-MgGroupDriveItemListItemField](Update-MgGroupDriveItemListItemField.md) Update the navigation property fields in groups @@ -1619,6 +1733,9 @@ Update the navigation property columnLinks in groups ### [Update-MgGroupDriveListItem](Update-MgGroupDriveListItem.md) Update the navigation property items in groups +### [Update-MgGroupDriveListItemDocumentSetVersion](Update-MgGroupDriveListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in groups + ### [Update-MgGroupDriveListItemField](Update-MgGroupDriveListItemField.md) Update the navigation property fields in groups @@ -1640,6 +1757,9 @@ Update the navigation property root in groups ### [Update-MgGroupDriveRootListItem](Update-MgGroupDriveRootListItem.md) Update the navigation property listItem in groups +### [Update-MgGroupDriveRootListItemDocumentSetVersion](Update-MgGroupDriveRootListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in groups + ### [Update-MgGroupDriveRootListItemField](Update-MgGroupDriveRootListItemField.md) Update the navigation property fields in groups @@ -1679,6 +1799,9 @@ Update the navigation property columnLinks in shares ### [Update-MgShareListItem](Update-MgShareListItem.md) Update the navigation property items in shares +### [Update-MgShareListItemDocumentSetVersion](Update-MgShareListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in shares + ### [Update-MgShareListItemField](Update-MgShareListItemField.md) Update the navigation property fields in shares @@ -1709,6 +1832,9 @@ Update the navigation property items in users ### [Update-MgUserDriveItemListItem](Update-MgUserDriveItemListItem.md) Update the navigation property listItem in users +### [Update-MgUserDriveItemListItemDocumentSetVersion](Update-MgUserDriveItemListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in users + ### [Update-MgUserDriveItemListItemField](Update-MgUserDriveItemListItemField.md) Update the navigation property fields in users @@ -1748,6 +1874,9 @@ Update the navigation property columnLinks in users ### [Update-MgUserDriveListItem](Update-MgUserDriveListItem.md) Update the navigation property items in users +### [Update-MgUserDriveListItemDocumentSetVersion](Update-MgUserDriveListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in users + ### [Update-MgUserDriveListItemField](Update-MgUserDriveListItemField.md) Update the navigation property fields in users @@ -1769,6 +1898,9 @@ Update the navigation property root in users ### [Update-MgUserDriveRootListItem](Update-MgUserDriveRootListItem.md) Update the navigation property listItem in users +### [Update-MgUserDriveRootListItemDocumentSetVersion](Update-MgUserDriveRootListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in users + ### [Update-MgUserDriveRootListItemField](Update-MgUserDriveRootListItemField.md) Update the navigation property fields in users diff --git a/src/Files/Files/docs/v1.0/New-MgDrive.md b/src/Files/Files/docs/v1.0/New-MgDrive.md index 33dccb1b58e..500146eb203 100644 --- a/src/Files/Files/docs/v1.0/New-MgDrive.md +++ b/src/Files/Files/docs/v1.0/New-MgDrive.md @@ -1184,18 +1184,32 @@ BODYPARAMETER : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3885,18 +3899,32 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6364,18 +6392,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9069,18 +9111,32 @@ FOLLOWING : The list of items the user is following. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11656,18 +11712,32 @@ ITEMS : All items contained in the drive. Read-only. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -14135,18 +14205,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16726,18 +16810,32 @@ LIST : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -19468,18 +19566,32 @@ ROOT : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -22065,18 +22177,32 @@ SPECIAL : Collection of common folders available in - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Files/Files/docs/v1.0/New-MgDriveItem.md b/src/Files/Files/docs/v1.0/New-MgDriveItem.md index c818e4a1b9a..3b65fb0d2f7 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveItem.md @@ -1696,18 +1696,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4316,18 +4330,32 @@ BODYPARAMETER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6910,18 +6938,32 @@ CHILDREN : Collection containing Item objects for th - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9389,18 +9431,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12046,18 +12102,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16525,10 +16595,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet diff --git a/src/Files/Files/docs/v1.0/New-MgDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..ccdb914ffc4 --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,422 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mgdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for drives + +## SYNTAX + +### CreateExpanded1 (Default) +``` +New-MgDriveItemListItemDocumentSetVersion -DriveId -DriveItemId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create1 +``` +New-MgDriveItemListItemDocumentSetVersion -DriveId -DriveItemId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity1 +``` +New-MgDriveItemListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded1 +``` +New-MgDriveItemListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for drives + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create1, CreateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Create1, CreateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Create1, CreateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +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.IFilesIdentity +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/New-MgDriveListItem.md b/src/Files/Files/docs/v1.0/New-MgDriveListItem.md index f0d6bbb7f03..3d9b561d049 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveListItem.md @@ -17,7 +17,8 @@ Create new navigation property to items for drives New-MgDriveListItem -DriveId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -41,7 +42,8 @@ New-MgDriveListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -182,6 +184,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1246,18 +1264,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5620,10 +5652,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6331,18 +6377,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8234,6 +8294,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9037,18 +9124,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11541,18 +11642,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/New-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..2ba476579e2 --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,422 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mgdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgDriveListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for drives + +## SYNTAX + +### CreateExpanded1 (Default) +``` +New-MgDriveListItemDocumentSetVersion -DriveId -ListItemId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create1 +``` +New-MgDriveListItemDocumentSetVersion -DriveId -ListItemId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity1 +``` +New-MgDriveListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded1 +``` +New-MgDriveListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for drives + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create1, CreateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Create1, CreateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +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.IFilesIdentity +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Create1, CreateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/New-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..db08cf1298c --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,407 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mgdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for drives + +## SYNTAX + +### CreateExpanded1 (Default) +``` +New-MgDriveRootListItemDocumentSetVersion -DriveId [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +### Create1 +``` +New-MgDriveRootListItemDocumentSetVersion -DriveId -BodyParameter + [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity1 +``` +New-MgDriveRootListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded1 +``` +New-MgDriveRootListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for drives + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create1, CreateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Create1, CreateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +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.IFilesIdentity +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/New-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0/New-MgDriveRootListItemVersion.md index 224c43f3b3e..83a1fc5a21d 100644 --- a/src/Files/Files/docs/v1.0/New-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0/New-MgDriveRootListItemVersion.md @@ -12,26 +12,26 @@ Create new navigation property to versions for drives ## SYNTAX -### CreateExpanded1 (Default) +### CreateExpanded (Default) ``` New-MgDriveRootListItemVersion -DriveId [-AdditionalProperties ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedDateTime ] [-Publication ] [-Confirm] [-WhatIf] [] ``` -### Create1 +### Create ``` New-MgDriveRootListItemVersion -DriveId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity1 +### CreateViaIdentity ``` New-MgDriveRootListItemVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded1 +### CreateViaIdentityExpanded ``` New-MgDriveRootListItemVersion -InputObject [-AdditionalProperties ] [-Fields ] [-Id ] [-LastModifiedBy ] @@ -51,7 +51,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphListItemVersion -Parameter Sets: Create1, CreateViaIdentity1 +Parameter Sets: Create, CreateViaIdentity Aliases: Required: True @@ -82,7 +82,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Create1, CreateExpanded1 +Parameter Sets: Create, CreateExpanded Aliases: Required: True @@ -97,7 +97,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -112,7 +112,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -128,7 +128,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 +Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded Aliases: Required: True @@ -144,7 +144,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -160,7 +160,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False @@ -176,7 +176,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: Required: False diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDrive.md b/src/Files/Files/docs/v1.0/New-MgGroupDrive.md index 0099a8f4ed6..e3bcce697f9 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDrive.md @@ -1238,18 +1238,32 @@ BODYPARAMETER : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3939,18 +3953,32 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6418,18 +6446,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9123,18 +9165,32 @@ FOLLOWING : The list of items the user is following. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11735,18 +11791,32 @@ ITEMS : All items contained in the drive. Read-only. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -14214,18 +14284,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16805,18 +16889,32 @@ LIST : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -19547,18 +19645,32 @@ ROOT : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -22144,18 +22256,32 @@ SPECIAL : Collection of common folders available in - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveItem.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveItem.md index 868e8d68814..ab3cc9f9c3e 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveItem.md @@ -1711,18 +1711,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4331,18 +4345,32 @@ BODYPARAMETER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6925,18 +6953,32 @@ CHILDREN : Collection containing Item objects for th - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9404,18 +9446,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12061,18 +12117,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16540,10 +16610,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..701e21ca6f3 --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,437 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mggroupdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgGroupDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for groups + +## SYNTAX + +### CreateExpanded (Default) +``` +New-MgGroupDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -GroupId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create +``` +New-MgGroupDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -GroupId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity +``` +New-MgGroupDriveItemListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgGroupDriveItemListItemDocumentSetVersion -InputObject + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for groups + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.IFilesIdentity +Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveListItem.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveListItem.md index e7e9413cccb..c7b4abcd6bd 100644 --- a/src/Files/Files/docs/v1.0/New-MgGroupDriveListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveListItem.md @@ -17,7 +17,8 @@ Create new navigation property to items for groups New-MgGroupDriveListItem -DriveId -GroupId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -41,7 +42,8 @@ New-MgGroupDriveListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -182,6 +184,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1261,18 +1279,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5635,10 +5667,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6346,18 +6392,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8249,6 +8309,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9052,18 +9139,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11556,18 +11657,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..3847dbf7292 --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,437 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mggroupdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgGroupDriveListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for groups + +## SYNTAX + +### CreateExpanded (Default) +``` +New-MgGroupDriveListItemDocumentSetVersion -DriveId -GroupId -ListItemId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create +``` +New-MgGroupDriveListItemDocumentSetVersion -DriveId -GroupId -ListItemId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity +``` +New-MgGroupDriveListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgGroupDriveListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for groups + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.IFilesIdentity +Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/New-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..8fdfa491ffd --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,422 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mggroupdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgGroupDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for groups + +## SYNTAX + +### CreateExpanded (Default) +``` +New-MgGroupDriveRootListItemDocumentSetVersion -DriveId -GroupId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create +``` +New-MgGroupDriveRootListItemDocumentSetVersion -DriveId -GroupId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity +``` +New-MgGroupDriveRootListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgGroupDriveRootListItemDocumentSetVersion -InputObject + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for groups + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.IFilesIdentity +Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/New-MgShareListItem.md b/src/Files/Files/docs/v1.0/New-MgShareListItem.md index c5127933bff..a83cfee902e 100644 --- a/src/Files/Files/docs/v1.0/New-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgShareListItem.md @@ -17,7 +17,8 @@ Create new navigation property to items for shares New-MgShareListItem -SharedDriveItemId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -41,7 +42,8 @@ New-MgShareListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -182,6 +184,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveItem driveItem To construct, please use Get-Help -Online and see NOTES section for DRIVEITEM properties and create a hash table. @@ -1246,18 +1264,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5620,10 +5652,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6331,18 +6377,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8234,6 +8294,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9037,18 +9124,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11541,18 +11642,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/New-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..ee959882a7f --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,454 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mgsharelistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgShareListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for shares + +## SYNTAX + +### CreateExpanded1 (Default) +``` +New-MgShareListItemDocumentSetVersion -SharedDriveItemId [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +### Create +``` +New-MgShareListItemDocumentSetVersion -ListItemId -SharedDriveItemId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### Create1 +``` +New-MgShareListItemDocumentSetVersion -SharedDriveItemId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateExpanded +``` +New-MgShareListItemDocumentSetVersion -ListItemId -SharedDriveItemId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity +``` +New-MgShareListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity1 +``` +New-MgShareListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgShareListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +### CreateViaIdentityExpanded1 +``` +New-MgShareListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for shares + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create, Create1, CreateViaIdentity, CreateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +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.IFilesIdentity +Parameter Sets: CreateViaIdentity, CreateViaIdentity1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SharedDriveItemId +key: id of sharedDriveItem + +```yaml +Type: System.String +Parameter Sets: Create, Create1, CreateExpanded, CreateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded, CreateExpanded1, CreateViaIdentityExpanded, CreateViaIdentityExpanded1 +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md index b25d1fef7a0..c5b5b3f9d62 100644 --- a/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgShareSharedDriveItemSharedDriveItem.md @@ -1128,18 +1128,32 @@ BODYPARAMETER : sharedDriveItem - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3743,18 +3757,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6449,18 +6477,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9036,18 +9078,32 @@ ITEMS : All driveItems contained in the sharing root - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11515,18 +11571,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -14106,18 +14176,32 @@ LIST : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -18582,10 +18666,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -19486,18 +19584,32 @@ ROOT : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -21959,18 +22071,32 @@ SITE : site - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/New-MgUserDrive.md b/src/Files/Files/docs/v1.0/New-MgUserDrive.md index 9c5483fa511..d8af8a10c34 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDrive.md @@ -1238,18 +1238,32 @@ BODYPARAMETER : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3939,18 +3953,32 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6418,18 +6446,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9123,18 +9165,32 @@ FOLLOWING : The list of items the user is following. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11735,18 +11791,32 @@ ITEMS : All items contained in the drive. Read-only. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -14214,18 +14284,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16805,18 +16889,32 @@ LIST : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -19547,18 +19645,32 @@ ROOT : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -22144,18 +22256,32 @@ SPECIAL : Collection of common folders available in - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveItem.md b/src/Files/Files/docs/v1.0/New-MgUserDriveItem.md index ba66868fc3c..0e987e66396 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDriveItem.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveItem.md @@ -1711,18 +1711,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4331,18 +4345,32 @@ BODYPARAMETER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6925,18 +6953,32 @@ CHILDREN : Collection containing Item objects for th - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9404,18 +9446,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12061,18 +12117,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16540,10 +16610,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..082ec228b23 --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,437 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mguserdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgUserDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for users + +## SYNTAX + +### CreateExpanded (Default) +``` +New-MgUserDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -UserId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create +``` +New-MgUserDriveItemListItemDocumentSetVersion -DriveId -DriveItemId -UserId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity +``` +New-MgUserDriveItemListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgUserDriveItemListItemDocumentSetVersion -InputObject + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for users + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.IFilesIdentity +Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveListItem.md b/src/Files/Files/docs/v1.0/New-MgUserDriveListItem.md index e039d5eaadb..0557fc85f03 100644 --- a/src/Files/Files/docs/v1.0/New-MgUserDriveListItem.md +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveListItem.md @@ -17,7 +17,8 @@ Create new navigation property to items for users New-MgUserDriveListItem -DriveId -UserId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -41,7 +42,8 @@ New-MgUserDriveListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -182,6 +184,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1261,18 +1279,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5635,10 +5667,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6346,18 +6392,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8249,6 +8309,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9052,18 +9139,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11556,18 +11657,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..bc6d2c6004f --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,437 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mguserdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgUserDriveListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for users + +## SYNTAX + +### CreateExpanded (Default) +``` +New-MgUserDriveListItemDocumentSetVersion -DriveId -ListItemId -UserId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create +``` +New-MgUserDriveListItemDocumentSetVersion -DriveId -ListItemId -UserId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity +``` +New-MgUserDriveListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgUserDriveListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for users + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.IFilesIdentity +Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/New-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/New-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..e3c829380de --- /dev/null +++ b/src/Files/Files/docs/v1.0/New-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,422 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/new-mguserdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgUserDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for users + +## SYNTAX + +### CreateExpanded (Default) +``` +New-MgUserDriveRootListItemDocumentSetVersion -DriveId -UserId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create +``` +New-MgUserDriveRootListItemDocumentSetVersion -DriveId -UserId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity +``` +New-MgUserDriveRootListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgUserDriveRootListItemDocumentSetVersion -InputObject + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for users + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.IFilesIdentity +Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..a7009cf8e8a --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,202 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mgdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for drives + +## SYNTAX + +### Delete1 (Default) +``` +Remove-MgDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity1 +``` +Remove-MgDriveItemListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for drives + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity1 +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 +``` + +### -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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..b08394a542e --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,202 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mgdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgDriveListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for drives + +## SYNTAX + +### Delete1 (Default) +``` +Remove-MgDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -ListItemId + [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity1 +``` +Remove-MgDriveListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for drives + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Delete1 +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 +``` + +### -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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..ea4938b3d48 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,187 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mgdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for drives + +## SYNTAX + +### Delete1 (Default) +``` +Remove-MgDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity1 +``` +Remove-MgDriveRootListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for drives + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity1 +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 +``` + +### -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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemField.md b/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemField.md index c5bdcdf2f68..8e3b97f8a7e 100644 --- a/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemField.md +++ b/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemField.md @@ -12,13 +12,13 @@ Delete navigation property fields for drives ## SYNTAX -### Delete1 (Default) +### Delete (Default) ``` Remove-MgDriveRootListItemField -DriveId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity ``` Remove-MgDriveRootListItemField -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity1 +Parameter Sets: DeleteViaIdentity Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemVersion.md index adbadd3efac..4252f809a74 100644 --- a/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemVersion.md @@ -12,13 +12,13 @@ Delete navigation property versions for drives ## SYNTAX -### Delete1 (Default) +### Delete (Default) ``` Remove-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity ``` Remove-MgDriveRootListItemVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity1 +Parameter Sets: DeleteViaIdentity Aliases: Required: True @@ -82,7 +82,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemVersionField.md b/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemVersionField.md index ba798a6d280..957a0c9357c 100644 --- a/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemVersionField.md +++ b/src/Files/Files/docs/v1.0/Remove-MgDriveRootListItemVersionField.md @@ -12,13 +12,13 @@ Delete navigation property fields for drives ## SYNTAX -### Delete1 (Default) +### Delete (Default) ``` Remove-MgDriveRootListItemVersionField -DriveId -ListItemVersionId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity ``` Remove-MgDriveRootListItemVersionField -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: DeleteViaIdentity1 +Parameter Sets: DeleteViaIdentity Aliases: Required: True @@ -82,7 +82,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Remove-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..e0f0effbf6c --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,218 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mggroupdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgGroupDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for groups + +## SYNTAX + +### Delete (Default) +``` +Remove-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -GroupId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-MgGroupDriveItemListItemDocumentSetVersion -InputObject [-IfMatch ] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for groups + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity +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 +``` + +### -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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..a639fddc037 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,218 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mggroupdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgGroupDriveListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for groups + +## SYNTAX + +### Delete (Default) +``` +Remove-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -GroupId -ListItemId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-MgGroupDriveListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for groups + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Delete +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 +``` + +### -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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..12fcf6aa851 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,202 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mggroupdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgGroupDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for groups + +## SYNTAX + +### Delete (Default) +``` +Remove-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -GroupId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-MgGroupDriveRootListItemDocumentSetVersion -InputObject [-IfMatch ] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for groups + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity +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 +``` + +### -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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..833f31bf806 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,214 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mgsharelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgShareListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for shares + +## SYNTAX + +### Delete1 (Default) +``` +Remove-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId + [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Delete +``` +Remove-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId + -SharedDriveItemId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-MgShareListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity1 +``` +Remove-MgShareListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for shares + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete, Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity, DeleteViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Delete +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 +``` + +### -SharedDriveItemId +key: id of sharedDriveItem + +```yaml +Type: System.String +Parameter Sets: Delete, Delete1 +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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..c0bf4bb3391 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,218 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mguserdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgUserDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for users + +## SYNTAX + +### Delete (Default) +``` +Remove-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -UserId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-MgUserDriveItemListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for users + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity +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 +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Delete +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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..774ab41de83 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,218 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mguserdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgUserDriveListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for users + +## SYNTAX + +### Delete (Default) +``` +Remove-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -ListItemId -UserId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-MgUserDriveListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for users + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Delete +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 +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Delete +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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Remove-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Remove-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..e08783b4919 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Remove-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,202 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/remove-mguserdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgUserDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for users + +## SYNTAX + +### Delete (Default) +``` +Remove-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -UserId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity +``` +Remove-MgUserDriveRootListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for users + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.IFilesIdentity +Parameter Sets: DeleteViaIdentity +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 +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Delete +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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Restore-MgDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Restore-MgDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..db62b0c4f15 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Restore-MgDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,187 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/restore-mgdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore1 (Default) +``` +Restore-MgDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity1 +``` +Restore-MgDriveItemListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Restore1 +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.IFilesIdentity +Parameter Sets: RestoreViaIdentity1 +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 +``` + +### -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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Restore-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Restore-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..4b1118b2ac3 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Restore-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,187 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/restore-mgdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgDriveListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore1 (Default) +``` +Restore-MgDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -ListItemId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity1 +``` +Restore-MgDriveListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Restore1 +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.IFilesIdentity +Parameter Sets: RestoreViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Restore1 +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 +``` + +### -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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Restore-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Restore-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..125971c7d9c --- /dev/null +++ b/src/Files/Files/docs/v1.0/Restore-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,172 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/restore-mgdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore1 (Default) +``` +Restore-MgDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity1 +``` +Restore-MgDriveRootListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Restore1 +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.IFilesIdentity +Parameter Sets: RestoreViaIdentity1 +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 +``` + +### -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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Restore-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0/Restore-MgDriveRootListItemVersion.md index 766677080e3..2d175e3a1dd 100644 --- a/src/Files/Files/docs/v1.0/Restore-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0/Restore-MgDriveRootListItemVersion.md @@ -12,13 +12,13 @@ Invoke action restoreVersion ## SYNTAX -### Restore1 (Default) +### Restore (Default) ``` Restore-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-PassThru] [-Confirm] [-WhatIf] [] ``` -### RestoreViaIdentity1 +### RestoreViaIdentity ``` Restore-MgDriveRootListItemVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Restore1 +Parameter Sets: Restore Aliases: Required: True @@ -52,7 +52,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: RestoreViaIdentity1 +Parameter Sets: RestoreViaIdentity Aliases: Required: True @@ -67,7 +67,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Restore1 +Parameter Sets: Restore Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Restore-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Restore-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..c83db8821bc --- /dev/null +++ b/src/Files/Files/docs/v1.0/Restore-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,199 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/restore-mgsharelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgShareListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore1 (Default) +``` +Restore-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Restore +``` +Restore-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId + -SharedDriveItemId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity +``` +Restore-MgShareListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### RestoreViaIdentity1 +``` +Restore-MgShareListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore, Restore1 +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.IFilesIdentity +Parameter Sets: RestoreViaIdentity, RestoreViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Restore +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 +``` + +### -SharedDriveItemId +key: id of sharedDriveItem + +```yaml +Type: System.String +Parameter Sets: Restore, Restore1 +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.IFilesIdentity + +## 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 + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Set-MgDriveRootListItemDriveItemContent.md b/src/Files/Files/docs/v1.0/Set-MgDriveRootListItemDriveItemContent.md index 04fb2a76218..ab9ee9f4b82 100644 --- a/src/Files/Files/docs/v1.0/Set-MgDriveRootListItemDriveItemContent.md +++ b/src/Files/Files/docs/v1.0/Set-MgDriveRootListItemDriveItemContent.md @@ -12,13 +12,13 @@ Update content for the navigation property driveItem in drives ## SYNTAX -### Set1 (Default) +### Set (Default) ``` Set-MgDriveRootListItemDriveItemContent -DriveId -InFile [-BodyParameter ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### SetViaIdentity1 +### SetViaIdentity ``` Set-MgDriveRootListItemDriveItemContent -InputObject -InFile [-BodyParameter ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -51,7 +51,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Set1 +Parameter Sets: Set Aliases: Required: True @@ -84,7 +84,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: SetViaIdentity1 +Parameter Sets: SetViaIdentity Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Update-MgDrive.md b/src/Files/Files/docs/v1.0/Update-MgDrive.md index a1ea4a7a1d3..f0c9c17da49 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDrive.md +++ b/src/Files/Files/docs/v1.0/Update-MgDrive.md @@ -1253,18 +1253,32 @@ BODYPARAMETER : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3954,18 +3968,32 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6433,18 +6461,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9138,18 +9180,32 @@ FOLLOWING : The list of items the user is following. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11750,18 +11806,32 @@ ITEMS : All items contained in the drive. Read-only. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -14229,18 +14299,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16820,18 +16904,32 @@ LIST : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -19562,18 +19660,32 @@ ROOT : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -22159,18 +22271,32 @@ SPECIAL : Collection of common folders available in - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveItem.md index a3041360edc..8bf764fe550 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveItem.md @@ -1726,18 +1726,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4346,18 +4360,32 @@ BODYPARAMETER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6940,18 +6968,32 @@ CHILDREN : Collection containing Item objects for th - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9419,18 +9461,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12076,18 +12132,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16555,10 +16625,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveItemListItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveItemListItem.md index f35efc0074b..07ac12be1a8 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveItemListItem.md @@ -17,7 +17,8 @@ Update the navigation property listItem in drives Update-MgDriveItemListItem -DriveId -DriveItemId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -42,7 +43,8 @@ Update-MgDriveItemListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1278,18 +1296,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5652,10 +5684,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6363,18 +6409,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8266,6 +8326,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9069,18 +9156,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11573,18 +11674,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..e2bd7066e3d --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,453 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mgdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in drives + +## SYNTAX + +### UpdateExpanded1 (Default) +``` +Update-MgDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update1 +``` +Update-MgDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentity1 +``` +Update-MgDriveItemListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded1 +``` +Update-MgDriveItemListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in drives + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update1, UpdateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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.IFilesIdentity +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveList.md b/src/Files/Files/docs/v1.0/Update-MgDriveList.md index 5a84b12771b..5b2c73f4c9d 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveList.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveList.md @@ -1226,18 +1226,32 @@ BODYPARAMETER : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4141,18 +4155,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6733,18 +6761,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11232,10 +11274,24 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -11938,18 +11994,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md index 6eb0561b876..db0b3849455 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveListItem.md @@ -17,7 +17,8 @@ Update the navigation property items in drives Update-MgDriveListItem -DriveId -ListItemId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -42,7 +43,8 @@ Update-MgDriveListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1278,18 +1296,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5652,10 +5684,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6363,18 +6409,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8266,6 +8326,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9069,18 +9156,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11573,18 +11674,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..64bc1ce6af6 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,452 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mgdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgDriveListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in drives + +## SYNTAX + +### UpdateExpanded1 (Default) +``` +Update-MgDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -ListItemId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update1 +``` +Update-MgDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -ListItemId + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentity1 +``` +Update-MgDriveListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded1 +``` +Update-MgDriveListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in drives + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update1, UpdateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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.IFilesIdentity +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md b/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md index 9d74e06c1fb..2d4d7be98b7 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRoot.md @@ -1711,18 +1711,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4331,18 +4345,32 @@ BODYPARAMETER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6925,18 +6953,32 @@ CHILDREN : Collection containing Item objects for th - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9404,18 +9446,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12061,18 +12117,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16540,10 +16610,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItem.md b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItem.md index 0826a344b99..a2c798e49ea 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItem.md @@ -17,7 +17,8 @@ Update the navigation property listItem in drives Update-MgDriveRootListItem -DriveId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -42,7 +43,8 @@ Update-MgDriveRootListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1263,18 +1281,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5637,10 +5669,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6348,18 +6394,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8251,6 +8311,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9054,18 +9141,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11558,18 +11659,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..34dae98b59f --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,437 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mgdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in drives + +## SYNTAX + +### UpdateExpanded1 (Default) +``` +Update-MgDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update1 +``` +Update-MgDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentity1 +``` +Update-MgDriveRootListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded1 +``` +Update-MgDriveRootListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in drives + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update1, UpdateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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.IFilesIdentity +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemField.md b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemField.md index 6a4466afc34..34763d2d681 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemField.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemField.md @@ -12,25 +12,25 @@ Update the navigation property fields in drives ## SYNTAX -### UpdateExpanded1 (Default) +### UpdateExpanded (Default) ``` Update-MgDriveRootListItemField -DriveId [-AdditionalProperties ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update1 +### Update ``` Update-MgDriveRootListItemField -DriveId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity1 +### UpdateViaIdentity ``` Update-MgDriveRootListItemField -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded1 +### UpdateViaIdentityExpanded ``` Update-MgDriveRootListItemField -InputObject [-AdditionalProperties ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -48,7 +48,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -63,7 +63,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: Update1, UpdateViaIdentity1 +Parameter Sets: Update, UpdateViaIdentity Aliases: Required: True @@ -78,7 +78,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update1, UpdateExpanded1 +Parameter Sets: Update, UpdateExpanded Aliases: Required: True @@ -93,7 +93,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -109,7 +109,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemVersion.md b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemVersion.md index f6e30e26d7f..07069a4e373 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemVersion.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemVersion.md @@ -12,7 +12,7 @@ Update the navigation property versions in drives ## SYNTAX -### UpdateExpanded1 (Default) +### UpdateExpanded (Default) ``` Update-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-AdditionalProperties ] [-Fields ] [-Id ] @@ -20,19 +20,19 @@ Update-MgDriveRootListItemVersion -DriveId -ListItemVersionId [-Publication ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update1 +### Update ``` Update-MgDriveRootListItemVersion -DriveId -ListItemVersionId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity1 +### UpdateViaIdentity ``` Update-MgDriveRootListItemVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded1 +### UpdateViaIdentityExpanded ``` Update-MgDriveRootListItemVersion -InputObject [-AdditionalProperties ] [-Fields ] [-Id ] [-LastModifiedBy ] @@ -52,7 +52,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -68,7 +68,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphListItemVersion -Parameter Sets: Update1, UpdateViaIdentity1 +Parameter Sets: Update, UpdateViaIdentity Aliases: Required: True @@ -83,7 +83,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update1, UpdateExpanded1 +Parameter Sets: Update, UpdateExpanded Aliases: Required: True @@ -98,7 +98,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -113,7 +113,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -129,7 +129,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded Aliases: Required: True @@ -145,7 +145,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -161,7 +161,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -176,7 +176,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Update1, UpdateExpanded1 +Parameter Sets: Update, UpdateExpanded Aliases: Required: True @@ -207,7 +207,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False diff --git a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemVersionField.md b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemVersionField.md index 2c9684fbb60..a6f36896905 100644 --- a/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemVersionField.md +++ b/src/Files/Files/docs/v1.0/Update-MgDriveRootListItemVersionField.md @@ -12,25 +12,25 @@ Update the navigation property fields in drives ## SYNTAX -### UpdateExpanded1 (Default) +### UpdateExpanded (Default) ``` Update-MgDriveRootListItemVersionField -DriveId -ListItemVersionId [-AdditionalProperties ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update1 +### Update ``` Update-MgDriveRootListItemVersionField -DriveId -ListItemVersionId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity1 +### UpdateViaIdentity ``` Update-MgDriveRootListItemVersionField -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded1 +### UpdateViaIdentityExpanded ``` Update-MgDriveRootListItemVersionField -InputObject [-AdditionalProperties ] [-Id ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -48,7 +48,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -63,7 +63,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: Update1, UpdateViaIdentity1 +Parameter Sets: Update, UpdateViaIdentity Aliases: Required: True @@ -78,7 +78,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Update1, UpdateExpanded1 +Parameter Sets: Update, UpdateExpanded Aliases: Required: True @@ -93,7 +93,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: Required: False @@ -109,7 +109,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IFilesIdentity -Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded Aliases: Required: True @@ -124,7 +124,7 @@ key: id of listItemVersion ```yaml Type: System.String -Parameter Sets: Update1, UpdateExpanded1 +Parameter Sets: Update, UpdateExpanded Aliases: Required: True diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md b/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md index 36172185a4b..50b2c68351c 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDrive.md @@ -1268,18 +1268,32 @@ BODYPARAMETER : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3969,18 +3983,32 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6448,18 +6476,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9153,18 +9195,32 @@ FOLLOWING : The list of items the user is following. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11765,18 +11821,32 @@ ITEMS : All items contained in the drive. Read-only. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -14244,18 +14314,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16835,18 +16919,32 @@ LIST : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -19577,18 +19675,32 @@ ROOT : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -22174,18 +22286,32 @@ SPECIAL : Collection of common folders available in - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItem.md index 2c455781c7d..5942fcd760d 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItem.md @@ -1741,18 +1741,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4361,18 +4375,32 @@ BODYPARAMETER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6955,18 +6983,32 @@ CHILDREN : Collection containing Item objects for th - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9434,18 +9476,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12091,18 +12147,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16570,10 +16640,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItem.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItem.md index 1396e2fcc31..a8e76e3e31c 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItem.md @@ -18,11 +18,12 @@ Update-MgGroupDriveItemListItem -DriveId -DriveItemId -GroupId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] - [-LastModifiedDateTime ] [-Name ] [-ParentReference ] - [-SharepointIds ] [-Versions ] - [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] + [-DocumentSetVersions ] [-DriveItem ] + [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-ParentReference ] [-SharepointIds ] + [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### Update @@ -42,7 +43,8 @@ Update-MgGroupDriveItemListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1293,18 +1311,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5667,10 +5699,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6378,18 +6424,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8281,6 +8341,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9084,18 +9171,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11588,18 +11689,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..31e1179b7d1 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,468 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mggroupdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgGroupDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in groups + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -GroupId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update +``` +Update-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -GroupId -BodyParameter [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentity +``` +Update-MgGroupDriveItemListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgGroupDriveItemListItemDocumentSetVersion -InputObject + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in groups + +## EXAMPLES + +## PARAMETERS + +### -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 +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```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 +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```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.IFilesIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```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 +``` + +### -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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveList.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveList.md index 3425bae5b69..c01211d6487 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveList.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveList.md @@ -1241,18 +1241,32 @@ BODYPARAMETER : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4156,18 +4170,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6748,18 +6776,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11247,10 +11289,24 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -11953,18 +12009,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItem.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItem.md index 9412157cc78..652361eef27 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItem.md @@ -18,11 +18,12 @@ Update-MgGroupDriveListItem -DriveId -GroupId -ListItemId ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] - [-LastModifiedDateTime ] [-Name ] [-ParentReference ] - [-SharepointIds ] [-Versions ] - [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] + [-DocumentSetVersions ] [-DriveItem ] + [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-ParentReference ] [-SharepointIds ] + [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### Update @@ -42,7 +43,8 @@ Update-MgGroupDriveListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1293,18 +1311,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5667,10 +5699,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6378,18 +6424,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8281,6 +8341,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9084,18 +9171,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11588,18 +11689,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..1f92012150d --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,468 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mggroupdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgGroupDriveListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in groups + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -GroupId -ListItemId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update +``` +Update-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -GroupId -ListItemId -BodyParameter [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentity +``` +Update-MgGroupDriveListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgGroupDriveListItemDocumentSetVersion -InputObject + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in groups + +## EXAMPLES + +## PARAMETERS + +### -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 +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```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 +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```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.IFilesIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```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 +``` + +### -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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRoot.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRoot.md index fd533118353..af631f7a0d6 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRoot.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRoot.md @@ -1726,18 +1726,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4346,18 +4360,32 @@ BODYPARAMETER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6940,18 +6968,32 @@ CHILDREN : Collection containing Item objects for th - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9419,18 +9461,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12076,18 +12132,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16555,10 +16625,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItem.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItem.md index dce915d36cd..daf068ab614 100644 --- a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItem.md @@ -17,7 +17,8 @@ Update the navigation property listItem in groups Update-MgGroupDriveRootListItem -DriveId -GroupId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -42,7 +43,8 @@ Update-MgGroupDriveRootListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1278,18 +1296,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5652,10 +5684,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6363,18 +6409,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8266,6 +8326,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9069,18 +9156,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11573,18 +11674,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..1a43865b5bf --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,453 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mggroupdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgGroupDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in groups + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -GroupId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update +``` +Update-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -GroupId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentity +``` +Update-MgGroupDriveRootListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgGroupDriveRootListItemDocumentSetVersion -InputObject + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in groups + +## EXAMPLES + +## PARAMETERS + +### -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 +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```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 +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```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.IFilesIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```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 +``` + +### -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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Update-MgShareList.md b/src/Files/Files/docs/v1.0/Update-MgShareList.md index a0e0e34cc7e..7daaf9606ae 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareList.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareList.md @@ -1226,18 +1226,32 @@ BODYPARAMETER : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4141,18 +4155,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6733,18 +6761,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11232,10 +11274,24 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -11938,18 +11994,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgShareListItem.md b/src/Files/Files/docs/v1.0/Update-MgShareListItem.md index fb4f289c3c9..8c88d28ac1f 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareListItem.md @@ -17,7 +17,8 @@ Update the navigation property items in shares Update-MgShareListItem -SharedDriveItemId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -42,7 +43,8 @@ Update-MgShareListItem -SharedDriveItemId -BodyParameter -SharedDriveItemId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -67,7 +69,8 @@ Update-MgShareListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -80,7 +83,8 @@ Update-MgShareListItem -InputObject [-AdditionalProperties [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -222,6 +226,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveItem driveItem To construct, please use Get-Help -Online and see NOTES section for DRIVEITEM properties and create a hash table. @@ -1316,18 +1336,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5690,10 +5724,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6401,18 +6449,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8304,6 +8366,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9107,18 +9196,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11611,18 +11714,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgShareListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..38fefa5f517 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,485 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mgsharelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgShareListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in shares + +## SYNTAX + +### UpdateExpanded1 (Default) +``` +Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update +``` +Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId + -SharedDriveItemId -BodyParameter [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +### Update1 +``` +Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -SharedDriveItemId + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateExpanded +``` +Update-MgShareListItemDocumentSetVersion -DocumentSetVersionId -ListItemId + -SharedDriveItemId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentity +``` +Update-MgShareListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentity1 +``` +Update-MgShareListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgShareListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded1 +``` +Update-MgShareListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in shares + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update, Update1, UpdateViaIdentity, UpdateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update, Update1, UpdateExpanded, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +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.IFilesIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentity1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SharedDriveItemId +key: id of sharedDriveItem + +```yaml +Type: System.String +Parameter Sets: Update, Update1, UpdateExpanded, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md index 508ad3e9138..66bfa53d9dd 100644 --- a/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgShareSharedDriveItemSharedDriveItem.md @@ -1195,18 +1195,32 @@ BODYPARAMETER : sharedDriveItem - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3810,18 +3824,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6516,18 +6544,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9128,18 +9170,32 @@ ITEMS : All driveItems contained in the sharing root - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11607,18 +11663,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -14198,18 +14268,32 @@ LIST : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -18674,10 +18758,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -19578,18 +19676,32 @@ ROOT : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -22051,18 +22163,32 @@ SITE : site - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDrive.md b/src/Files/Files/docs/v1.0/Update-MgUserDrive.md index 36e1717b22a..a965e66579c 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDrive.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDrive.md @@ -1268,18 +1268,32 @@ BODYPARAMETER : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3969,18 +3983,32 @@ BUNDLES : Collection of [bundles][bundle] (albums an - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6448,18 +6476,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9153,18 +9195,32 @@ FOLLOWING : The list of items the user is following. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11765,18 +11821,32 @@ ITEMS : All items contained in the drive. Read-only. - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -14244,18 +14314,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16835,18 +16919,32 @@ LIST : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -19577,18 +19675,32 @@ ROOT : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -22174,18 +22286,32 @@ SPECIAL : Collection of common folders available in - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveItem.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveItem.md index 0abc9d989aa..10105c02141 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveItem.md @@ -1741,18 +1741,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4361,18 +4375,32 @@ BODYPARAMETER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6955,18 +6983,32 @@ CHILDREN : Collection containing Item objects for th - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9434,18 +9476,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12091,18 +12147,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16570,10 +16640,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItem.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItem.md index 965efe4d756..f4190403537 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItem.md @@ -18,11 +18,12 @@ Update-MgUserDriveItemListItem -DriveId -DriveItemId -UserId < [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] - [-LastModifiedDateTime ] [-Name ] [-ParentReference ] - [-SharepointIds ] [-Versions ] - [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] + [-DocumentSetVersions ] [-DriveItem ] + [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-ParentReference ] [-SharepointIds ] + [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### Update @@ -42,7 +43,8 @@ Update-MgUserDriveItemListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1293,18 +1311,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5667,10 +5699,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6378,18 +6424,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8281,6 +8341,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9084,18 +9171,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11588,18 +11689,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..54814f13d8d --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,468 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mguserdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgUserDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in users + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -UserId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update +``` +Update-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -UserId -BodyParameter [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentity +``` +Update-MgUserDriveItemListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgUserDriveItemListItemDocumentSetVersion -InputObject + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in users + +## EXAMPLES + +## PARAMETERS + +### -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 +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```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 +``` + +### -Id +. + +```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.IFilesIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```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 +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveList.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveList.md index 073d6d3c840..e65789b7898 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveList.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveList.md @@ -1241,18 +1241,32 @@ BODYPARAMETER : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4156,18 +4170,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6748,18 +6776,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11247,10 +11289,24 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -11953,18 +12009,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveListItem.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveListItem.md index 4934f40be32..f5697bf4e24 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveListItem.md @@ -18,11 +18,12 @@ Update-MgUserDriveListItem -DriveId -ListItemId -UserId ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] - [-LastModifiedDateTime ] [-Name ] [-ParentReference ] - [-SharepointIds ] [-Versions ] - [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] + [-DocumentSetVersions ] [-DriveItem ] + [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-ParentReference ] [-SharepointIds ] + [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### Update @@ -42,7 +43,8 @@ Update-MgUserDriveListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1293,18 +1311,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5667,10 +5699,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6378,18 +6424,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8281,6 +8341,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9084,18 +9171,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11588,18 +11689,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..0b3efc4db7f --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,468 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mguserdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgUserDriveListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in users + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -ListItemId -UserId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update +``` +Update-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -ListItemId -UserId -BodyParameter [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentity +``` +Update-MgUserDriveListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgUserDriveListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in users + +## EXAMPLES + +## PARAMETERS + +### -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 +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```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 +``` + +### -Id +. + +```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.IFilesIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```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 +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveRoot.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveRoot.md index 229773f4699..0aabe32f6d3 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveRoot.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveRoot.md @@ -1726,18 +1726,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4346,18 +4360,32 @@ BODYPARAMETER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6940,18 +6968,32 @@ CHILDREN : Collection containing Item objects for th - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9419,18 +9461,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12076,18 +12132,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -16555,10 +16625,24 @@ LISTITEM : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItem.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItem.md index a24ebc2e576..5021e74e4f2 100644 --- a/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItem.md +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItem.md @@ -17,7 +17,8 @@ Update the navigation property listItem in users Update-MgUserDriveRootListItem -DriveId -UserId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -42,7 +43,8 @@ Update-MgUserDriveRootListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveId key: id of drive @@ -1278,18 +1296,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -5652,10 +5684,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -6363,18 +6409,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -8266,6 +8326,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -9069,18 +9156,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -11573,18 +11674,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..1c9a991ca05 --- /dev/null +++ b/src/Files/Files/docs/v1.0/Update-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,453 @@ +--- +external help file: +Module Name: Microsoft.Graph.Files +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.files/update-mguserdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgUserDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in users + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -UserId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update +``` +Update-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -UserId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentity +``` +Update-MgUserDriveRootListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgUserDriveRootListItemDocumentSetVersion -InputObject + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in users + +## EXAMPLES + +## PARAMETERS + +### -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 +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```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 +``` + +### -Id +. + +```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.IFilesIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```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 +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +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.IFilesIdentity + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemId1 ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[PermissionId ]`: key: id of permission + - `[Q ]`: Usage: q='{q}' + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SharedDriveItemId ]`: key: id of sharedDriveItem + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[SubscriptionId ]`: key: id of subscription + - `[ThumbnailSetId ]`: key: id of thumbnailSet + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/DirectoryObjects/DirectoryObjects/examples/v1.0/Restore-MgDirectoryObject.md b/src/Files/Files/examples/v1.0/Get-MgDriveItemListItemDocumentSetVersion.md similarity index 100% rename from src/DirectoryObjects/DirectoryObjects/examples/v1.0/Restore-MgDirectoryObject.md rename to src/Files/Files/examples/v1.0/Get-MgDriveItemListItemDocumentSetVersion.md diff --git a/src/Files/Files/examples/v1.0/Get-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Get-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Get-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Get-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Get-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Get-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Get-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Get-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Get-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Get-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Get-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Get-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Get-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Get-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Get-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Get-MgShareListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Get-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Get-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Get-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Get-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Get-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Get-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Get-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Get-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Get-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Get-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Get-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgShareListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/New-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/New-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/New-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgShareListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Remove-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Remove-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Remove-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Restore-MgDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Restore-MgDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Restore-MgDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Restore-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Restore-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Restore-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Restore-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Restore-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Restore-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Restore-MgShareListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Restore-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Restore-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgGroupDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgShareListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgShareListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgShareListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgUserDriveItemListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgUserDriveListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Files/Files/examples/v1.0/Update-MgUserDriveRootListItemDocumentSetVersion.md b/src/Files/Files/examples/v1.0/Update-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Files/Files/examples/v1.0/Update-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + 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 717674f5b47..be5751f552f 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSite.md +++ b/src/Groups/Groups/docs/v1.0-beta/Add-MgGroupSite.md @@ -2851,7 +2851,7 @@ BODYPARAMETER ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3360,10 +3360,10 @@ BODYPARAMETER ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7190,7 +7190,7 @@ VALUE : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7699,10 +7699,10 @@ VALUE : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 f64ceac179b..a46b967cdbb 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: 7f012664-dd89-4d92-8b37-df71f1884e8e +Module Guid: 0344be99-3308-4e86-8a42-1860d8986a6e 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-beta/New-MgGroup.md b/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md index 2c3be6d0c2e..9c3c24c9d19 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgGroup.md @@ -4102,7 +4102,7 @@ BODYPARAMETER : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4615,10 +4615,10 @@ BODYPARAMETER : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8995,7 +8995,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -9504,10 +9504,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13289,7 +13289,7 @@ DRIVES : The group's drives. Read-only. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13798,10 +13798,10 @@ DRIVES : The group's drives. Read-only. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -18004,7 +18004,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -18513,10 +18513,10 @@ SITES : The list of SharePoint sites in this group. Acces - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21695,7 +21695,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -22204,10 +22204,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0-beta/New-MgUserJoinedGroup.md b/src/Groups/Groups/docs/v1.0-beta/New-MgUserJoinedGroup.md index 669ae702ddc..c0d9753e4ce 100644 --- a/src/Groups/Groups/docs/v1.0-beta/New-MgUserJoinedGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/New-MgUserJoinedGroup.md @@ -4171,7 +4171,7 @@ BODYPARAMETER : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4684,10 +4684,10 @@ BODYPARAMETER : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -9064,7 +9064,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -9573,10 +9573,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13358,7 +13358,7 @@ DRIVES : The group's drives. Read-only. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13867,10 +13867,10 @@ DRIVES : The group's drives. Read-only. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -18116,7 +18116,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -18625,10 +18625,10 @@ SITES : The list of SharePoint sites in this group. Acces - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21807,7 +21807,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -22316,10 +22316,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 d14e5ddc1fd..9fccc4b0d80 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSite.md +++ b/src/Groups/Groups/docs/v1.0-beta/Remove-MgGroupSite.md @@ -2851,7 +2851,7 @@ BODYPARAMETER ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3360,10 +3360,10 @@ BODYPARAMETER ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7190,7 +7190,7 @@ VALUE : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7699,10 +7699,10 @@ VALUE : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 072490a4b68..97df117d785 100644 --- a/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0-beta/Update-MgGroup.md @@ -4199,7 +4199,7 @@ BODYPARAMETER : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -4712,10 +4712,10 @@ BODYPARAMETER : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -9092,7 +9092,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -9601,10 +9601,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13386,7 +13386,7 @@ DRIVES : The group's drives. Read-only. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -13895,10 +13895,10 @@ DRIVES : The group's drives. Read-only. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -18144,7 +18144,7 @@ SITES : The list of SharePoint sites in this group. Acces - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -18653,10 +18653,10 @@ SITES : The list of SharePoint sites in this group. Acces - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21835,7 +21835,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -22344,10 +22344,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Groups/Groups/docs/v1.0/Add-MgGroupSite.md b/src/Groups/Groups/docs/v1.0/Add-MgGroupSite.md index 69827429ebf..ebed3614c11 100644 --- a/src/Groups/Groups/docs/v1.0/Add-MgGroupSite.md +++ b/src/Groups/Groups/docs/v1.0/Add-MgGroupSite.md @@ -865,18 +865,32 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. - `[Name ]`: The name of the content type. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3496,18 +3510,32 @@ VALUE : . - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates 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 efe582b9c0d..0ff2786cb72 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: 7f012664-dd89-4d92-8b37-df71f1884e8e +Module Guid: 0344be99-3308-4e86-8a42-1860d8986a6e Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups Help Version: 1.0.0.0 Locale: en-US @@ -671,24 +671,36 @@ Invoke action resetUnseenCount ### [Restore-MgGroupDriveItem](Restore-MgGroupDriveItem.md) Invoke action restore +### [Restore-MgGroupDriveItemListItemDocumentSetVersion](Restore-MgGroupDriveItemListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgGroupDriveItemListItemVersion](Restore-MgGroupDriveItemListItemVersion.md) Invoke action restoreVersion ### [Restore-MgGroupDriveItemVersion](Restore-MgGroupDriveItemVersion.md) Invoke action restoreVersion +### [Restore-MgGroupDriveListItemDocumentSetVersion](Restore-MgGroupDriveListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgGroupDriveListItemVersion](Restore-MgGroupDriveListItemVersion.md) Invoke action restoreVersion ### [Restore-MgGroupDriveRoot](Restore-MgGroupDriveRoot.md) Invoke action restore +### [Restore-MgGroupDriveRootListItemDocumentSetVersion](Restore-MgGroupDriveRootListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgGroupDriveRootListItemVersion](Restore-MgGroupDriveRootListItemVersion.md) Invoke action restoreVersion ### [Restore-MgGroupDriveRootVersion](Restore-MgGroupDriveRootVersion.md) Invoke action restoreVersion +### [Restore-MgGroupSiteListItemDocumentSetVersion](Restore-MgGroupSiteListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgGroupSiteListItemVersion](Restore-MgGroupSiteListItemVersion.md) Invoke action restoreVersion diff --git a/src/Groups/Groups/docs/v1.0/New-MgGroup.md b/src/Groups/Groups/docs/v1.0/New-MgGroup.md index e86feb9e38a..a09dd0374f5 100644 --- a/src/Groups/Groups/docs/v1.0/New-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0/New-MgGroup.md @@ -2111,18 +2111,32 @@ BODYPARAMETER : group - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -5016,18 +5030,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7603,18 +7631,32 @@ DRIVES : The group's drives. Read-only. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -10618,18 +10660,32 @@ SITES : The list of SharePoint sites in this group. Acce - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -13331,18 +13387,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Groups/Groups/docs/v1.0/Remove-MgGroupSite.md b/src/Groups/Groups/docs/v1.0/Remove-MgGroupSite.md index 24ae023b05b..21885355936 100644 --- a/src/Groups/Groups/docs/v1.0/Remove-MgGroupSite.md +++ b/src/Groups/Groups/docs/v1.0/Remove-MgGroupSite.md @@ -865,18 +865,32 @@ BODYPARAMETER ]`: This indicates any property can be added to this object. - `[Id ]`: The id of the content type. - `[Name ]`: The name of the content type. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3496,18 +3510,32 @@ VALUE : . - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..f60ca5ae62d --- /dev/null +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,220 @@ +--- +external help file: +Module Name: Microsoft.Graph.Groups +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/restore-mggroupdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgGroupDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore1 (Default) +``` +Restore-MgGroupDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -GroupId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity1 +``` +Restore-MgGroupDriveItemListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Restore1 +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: RestoreViaIdentity1 +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 +``` + +### -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 + +### 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 + - `[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 + - `[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 + +## RELATED LINKS + diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..fe805871069 --- /dev/null +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,220 @@ +--- +external help file: +Module Name: Microsoft.Graph.Groups +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/restore-mggroupdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgGroupDriveListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore1 (Default) +``` +Restore-MgGroupDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -GroupId -ListItemId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity1 +``` +Restore-MgGroupDriveListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Restore1 +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: RestoreViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Restore1 +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 +``` + +### -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 + +### 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 + - `[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 + - `[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 + +## RELATED LINKS + diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..c66c4221d2f --- /dev/null +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,205 @@ +--- +external help file: +Module Name: Microsoft.Graph.Groups +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/restore-mggroupdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgGroupDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore1 (Default) +``` +Restore-MgGroupDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -GroupId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity1 +``` +Restore-MgGroupDriveRootListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Restore1 +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: RestoreViaIdentity1 +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 +``` + +### -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 + +### 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 + - `[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 + - `[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 + +## RELATED LINKS + diff --git a/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md b/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..9f5f9206b1f --- /dev/null +++ b/src/Groups/Groups/docs/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,235 @@ +--- +external help file: +Module Name: Microsoft.Graph.Groups +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.groups/restore-mggroupsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgGroupSiteListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore1 (Default) +``` +Restore-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -GroupId + -ListId -ListItemId -SiteId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity1 +``` +Restore-MgGroupSiteListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Restore1 +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: RestoreViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Restore1 +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 +``` + +### -SiteId +key: id of site + +```yaml +Type: System.String +Parameter Sets: Restore1 +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 + +### 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 + - `[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 + - `[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 + +## 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 21f49b4b282..a99efd85beb 100644 --- a/src/Groups/Groups/docs/v1.0/Update-MgGroup.md +++ b/src/Groups/Groups/docs/v1.0/Update-MgGroup.md @@ -2203,18 +2203,32 @@ BODYPARAMETER : group - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -5108,18 +5122,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7695,18 +7723,32 @@ DRIVES : The group's drives. Read-only. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -10753,18 +10795,32 @@ SITES : The list of SharePoint sites in this group. Acce - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -13466,18 +13522,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Groups/Groups/examples/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md b/src/Groups/Groups/examples/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Groups/Groups/examples/v1.0/Restore-MgGroupDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Groups/Groups/examples/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md b/src/Groups/Groups/examples/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Groups/Groups/examples/v1.0/Restore-MgGroupDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Groups/Groups/examples/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md b/src/Groups/Groups/examples/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Groups/Groups/examples/v1.0/Restore-MgGroupDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Groups/Groups/examples/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md b/src/Groups/Groups/examples/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Groups/Groups/examples/v1.0/Restore-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgContactMemberGroup.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgContactMemberGroup.md index 0dd415b852b..3483f83001f 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgContactMemberGroup.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgContactMemberGroup.md @@ -12,27 +12,27 @@ Invoke action getMemberGroups ## SYNTAX -### GetExpanded1 (Default) +### GetExpanded (Default) ``` Get-MgContactMemberGroup -OrgContactId [-AdditionalProperties ] [-SecurityEnabledOnly] [-Confirm] [-WhatIf] [] ``` -### Get1 +### Get ``` Get-MgContactMemberGroup -OrgContactId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgContactMemberGroup -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### GetViaIdentityExpanded1 +### GetViaIdentityExpanded ``` Get-MgContactMemberGroup -InputObject [-AdditionalProperties ] [-SecurityEnabledOnly] [-Confirm] [-WhatIf] [] @@ -50,7 +50,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: GetExpanded1, GetViaIdentityExpanded1 +Parameter Sets: GetExpanded, GetViaIdentityExpanded Aliases: Required: False @@ -66,7 +66,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IPaths3Y2P0KContactsOrgcontactIdMicrosoftGraphGetmembergroupsPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Get1, GetViaIdentity1 +Parameter Sets: Get, GetViaIdentity Aliases: Required: True @@ -82,7 +82,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity -Parameter Sets: GetViaIdentity1, GetViaIdentityExpanded1 +Parameter Sets: GetViaIdentity, GetViaIdentityExpanded Aliases: Required: True @@ -97,7 +97,7 @@ key: id of orgContact ```yaml Type: System.String -Parameter Sets: Get1, GetExpanded1 +Parameter Sets: Get, GetExpanded Aliases: Required: True @@ -112,7 +112,7 @@ Accept wildcard characters: False ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: GetExpanded1, GetViaIdentityExpanded1 +Parameter Sets: GetExpanded, GetViaIdentityExpanded Aliases: Required: False diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDevice.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDevice.md index 349499d36b2..ae22e7c6f7b 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDevice.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDevice.md @@ -244,7 +244,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 ## NOTES diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDeviceDelta.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDeviceDelta.md new file mode 100644 index 00000000000..5d607e22c96 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDeviceDelta.md @@ -0,0 +1,40 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdevicedelta +schema: 2.0.0 +--- + +# Get-MgDeviceDelta + +## SYNOPSIS +Invoke function delta + +## SYNTAX + +``` +Get-MgDeviceDelta [] +``` + +## DESCRIPTION +Invoke function delta + +## EXAMPLES + +## PARAMETERS + +### 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 + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 + +## NOTES + +ALIASES + +## RELATED LINKS + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDomain.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDomain.md index 4318a95f91f..bb8c7b5ae0f 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDomain.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgDomain.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgDomain ## SYNOPSIS -Get domain +Get entity from domains by key ## SYNTAX @@ -31,7 +31,7 @@ Get-MgDomain -InputObject [-ExpandPropert ``` ## DESCRIPTION -Get domain +Get entity from domains by key ## EXAMPLES diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationBrandingLocalizationSquareLogoDark.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationBrandingLocalizationSquareLogoDark.md new file mode 100644 index 00000000000..a3785ceb5c1 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationBrandingLocalizationSquareLogoDark.md @@ -0,0 +1,166 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandinglocalizationsquarelogodark +schema: 2.0.0 +--- + +# Get-MgOrganizationBrandingLocalizationSquareLogoDark + +## SYNOPSIS +Get squareLogoDark for the navigation property localizations from organization + +## SYNTAX + +### Get (Default) +``` +Get-MgOrganizationBrandingLocalizationSquareLogoDark -OrganizationalBrandingLocalizationId + -OrganizationId -OutFile [-PassThru] [] +``` + +### GetViaIdentity +``` +Get-MgOrganizationBrandingLocalizationSquareLogoDark -InputObject + -OutFile [-PassThru] [] +``` + +## DESCRIPTION +Get squareLogoDark for the navigation property localizations from organization + +## EXAMPLES + +## PARAMETERS + +### -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: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationalBrandingLocalizationId +key: id of organizationalBrandingLocalization + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationId +key: id of organization + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +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 +``` + +### 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 + - `[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-beta/Get-MgOrganizationBrandingSquareLogoDark.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationBrandingSquareLogoDark.md new file mode 100644 index 00000000000..ade076e93fc --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Get-MgOrganizationBrandingSquareLogoDark.md @@ -0,0 +1,151 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgorganizationbrandingsquarelogodark +schema: 2.0.0 +--- + +# Get-MgOrganizationBrandingSquareLogoDark + +## SYNOPSIS +Get squareLogoDark for the navigation property branding from organization + +## SYNTAX + +### Get (Default) +``` +Get-MgOrganizationBrandingSquareLogoDark -OrganizationId -OutFile [-PassThru] + [] +``` + +### GetViaIdentity +``` +Get-MgOrganizationBrandingSquareLogoDark -InputObject -OutFile + [-PassThru] [] +``` + +## DESCRIPTION +Get squareLogoDark for the navigation property branding from organization + +## EXAMPLES + +## PARAMETERS + +### -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: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationId +key: id of organization + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +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 +``` + +### 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 + - `[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-beta/Microsoft.Graph.Identity.DirectoryManagement.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Microsoft.Graph.Identity.DirectoryManagement.md index b1d4a494968..80b48b67eaf 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Microsoft.Graph.Identity.DirectoryManagement.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Microsoft.Graph.Identity.DirectoryManagement.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.DirectoryManagement -Module Guid: 20e42da0-2136-42fe-b3be-a9806e550eab +Module Guid: 8aa12f83-9823-4b95-8902-bfa898df055e Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement Help Version: 1.0.0.0 Locale: en-US @@ -176,6 +176,9 @@ Get commands from devices ### [Get-MgDeviceCommandResponsepayload](Get-MgDeviceCommandResponsepayload.md) Get responsepayload from devices +### [Get-MgDeviceDelta](Get-MgDeviceDelta.md) +Invoke function delta + ### [Get-MgDeviceExtension](Get-MgDeviceExtension.md) Get extensions from devices @@ -363,7 +366,7 @@ Invoke action getUserOwnedObjects Get sharedEmailDomains from directory ### [Get-MgDomain](Get-MgDomain.md) -Get domain +Get entity from domains by key ### [Get-MgDomainFederationConfiguration](Get-MgDomainFederationConfiguration.md) Get federationConfiguration from domains @@ -410,9 +413,15 @@ Get favicon for the navigation property localizations from organization ### [Get-MgOrganizationBrandingLocalizationSquareLogo](Get-MgOrganizationBrandingLocalizationSquareLogo.md) Get squareLogo for the navigation property localizations from organization +### [Get-MgOrganizationBrandingLocalizationSquareLogoDark](Get-MgOrganizationBrandingLocalizationSquareLogoDark.md) +Get squareLogoDark for the navigation property localizations from organization + ### [Get-MgOrganizationBrandingSquareLogo](Get-MgOrganizationBrandingSquareLogo.md) Get squareLogo for the navigation property branding from organization +### [Get-MgOrganizationBrandingSquareLogoDark](Get-MgOrganizationBrandingSquareLogoDark.md) +Get squareLogoDark for the navigation property branding from organization + ### [Get-MgOrganizationById](Get-MgOrganizationById.md) Invoke action getByIds @@ -812,9 +821,15 @@ Update favicon for the navigation property localizations in organization ### [Set-MgOrganizationBrandingLocalizationSquareLogo](Set-MgOrganizationBrandingLocalizationSquareLogo.md) Update squareLogo for the navigation property localizations in organization +### [Set-MgOrganizationBrandingLocalizationSquareLogoDark](Set-MgOrganizationBrandingLocalizationSquareLogoDark.md) +Update squareLogoDark for the navigation property localizations in organization + ### [Set-MgOrganizationBrandingSquareLogo](Set-MgOrganizationBrandingSquareLogo.md) Update squareLogo for the navigation property branding in organization +### [Set-MgOrganizationBrandingSquareLogoDark](Set-MgOrganizationBrandingSquareLogoDark.md) +Update squareLogoDark for the navigation property branding in organization + ### [Set-MgOrganizationMobileDeviceManagementAuthority](Set-MgOrganizationMobileDeviceManagementAuthority.md) Invoke action setMobileDeviceManagementAuthority diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDevice.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDevice.md index 61eb2e0d50a..89035f5fcdc 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDevice.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/New-MgDevice.md @@ -34,7 +34,7 @@ New-MgDevice [-AccountEnabled] [-AdditionalProperties ] ### Create1 ``` -New-MgDevice -BodyParameter [-Confirm] [-WhatIf] [] +New-MgDevice -BodyParameter [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -118,7 +118,7 @@ device 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.IMicrosoftGraphDevice +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 Parameter Sets: Create1 Aliases: @@ -870,11 +870,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 ## NOTES @@ -890,7 +890,7 @@ ALTERNATIVESECURITYIDS : For internal us - `[Key ]`: For internal use only - `[Type ]`: For internal use only -BODYPARAMETER : device +BODYPARAMETER : 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 ]`: 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 3e1065af6ab..8ffbdd3a300 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 @@ -645,6 +645,8 @@ BODYPARAMETER : organization - `[HideTermsOfUse ]`: Option to hide the 'Terms of Use' hyperlink in the footer. - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: @@ -670,6 +672,8 @@ BODYPARAMETER : organization - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: @@ -781,6 +785,8 @@ BRANDING : organizationalBranding - `[HideTermsOfUse ]`: Option to hide the 'Terms of Use' hyperlink in the footer. - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: @@ -806,6 +812,8 @@ BRANDING : organizationalBranding - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: 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 46030422995..6cb2f469ccc 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 @@ -23,8 +23,9 @@ New-MgOrganizationBrandingLocalization -OrganizationId [-AdditionalProp [-CustomResetItNowText ] [-CustomTermsOfUseText ] [-CustomTermsOfUseUrl ] [-FaviconInputFile ] [-FaviconRelativeUrl ] [-HeaderBackgroundColor ] [-Id ] [-LoginPageTextVisibilitySettings ] - [-SignInPageText ] [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] - [-UsernameHintText ] [-Confirm] [-WhatIf] [] + [-SignInPageText ] [-SquareLogoDarkInputFile ] [-SquareLogoDarkRelativeUrl ] + [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] [-UsernameHintText ] [-Confirm] + [-WhatIf] [] ``` ### Create @@ -51,8 +52,9 @@ New-MgOrganizationBrandingLocalization -InputObject ] [-FaviconInputFile ] [-FaviconRelativeUrl ] [-HeaderBackgroundColor ] [-Id ] [-LoginPageTextVisibilitySettings ] - [-SignInPageText ] [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] - [-UsernameHintText ] [-Confirm] [-WhatIf] [] + [-SignInPageText ] [-SquareLogoDarkInputFile ] [-SquareLogoDarkRelativeUrl ] + [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] [-UsernameHintText ] [-Confirm] + [-WhatIf] [] ``` ## DESCRIPTION @@ -464,6 +466,39 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SquareLogoDarkInputFile +Input File for SquareLogoDark (A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. +Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. +We recommend using a transparent image with no padding around the logo.) + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SquareLogoDarkRelativeUrl +A relative URL for the squareLogoDark 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 +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SquareLogoInputFile Input File for SquareLogo (A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Set-MgOrganizationBrandingLocalizationSquareLogoDark.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Set-MgOrganizationBrandingLocalizationSquareLogoDark.md new file mode 100644 index 00000000000..55d7c1be69c --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Set-MgOrganizationBrandingLocalizationSquareLogoDark.md @@ -0,0 +1,217 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandinglocalizationsquarelogodark +schema: 2.0.0 +--- + +# Set-MgOrganizationBrandingLocalizationSquareLogoDark + +## SYNOPSIS +Update squareLogoDark for the navigation property localizations in organization + +## SYNTAX + +### Set (Default) +``` +Set-MgOrganizationBrandingLocalizationSquareLogoDark -OrganizationalBrandingLocalizationId + -OrganizationId -InFile [-BodyParameter ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### SetViaIdentity +``` +Set-MgOrganizationBrandingLocalizationSquareLogoDark -InputObject + -InFile [-BodyParameter ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update squareLogoDark for the navigation property localizations in organization + +## EXAMPLES + +## PARAMETERS + +### -BodyParameter +. + +```yaml +Type: System.IO.Stream +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -InFile +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +Parameter Sets: (All) +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: SetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationalBrandingLocalizationId +key: id of organizationalBrandingLocalization + +```yaml +Type: System.String +Parameter Sets: Set +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -OrganizationId +key: id of organization + +```yaml +Type: System.String +Parameter Sets: Set +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 +``` + +### -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 + +### System.IO.Stream + +## 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 + - `[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-beta/Set-MgOrganizationBrandingSquareLogoDark.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Set-MgOrganizationBrandingSquareLogoDark.md new file mode 100644 index 00000000000..8c9e7636ee4 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Set-MgOrganizationBrandingSquareLogoDark.md @@ -0,0 +1,201 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/set-mgorganizationbrandingsquarelogodark +schema: 2.0.0 +--- + +# Set-MgOrganizationBrandingSquareLogoDark + +## SYNOPSIS +Update squareLogoDark for the navigation property branding in organization + +## SYNTAX + +### Set (Default) +``` +Set-MgOrganizationBrandingSquareLogoDark -OrganizationId -InFile [-BodyParameter ] + [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### SetViaIdentity +``` +Set-MgOrganizationBrandingSquareLogoDark -InputObject -InFile + [-BodyParameter ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Update squareLogoDark for the navigation property branding in organization + +## EXAMPLES + +## PARAMETERS + +### -BodyParameter +. + +```yaml +Type: System.IO.Stream +Parameter Sets: (All) +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -InFile +The path to the file to upload. +This should include a path and file name. +If you omit the path, the current location will be used. + +```yaml +Type: System.String +Parameter Sets: (All) +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: SetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -OrganizationId +key: id of organization + +```yaml +Type: System.String +Parameter Sets: Set +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 +``` + +### -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 + +### System.IO.Stream + +## 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 + - `[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-beta/Update-MgDevice.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDevice.md index 4368ed07ce6..739d00d1660 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDevice.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0-beta/Update-MgDevice.md @@ -34,13 +34,13 @@ Update-MgDevice -DeviceId [-AccountEnabled] [-AdditionalProperties -BodyParameter [-PassThru] [-Confirm] [-WhatIf] +Update-MgDevice -DeviceId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity1 ``` -Update-MgDevice -InputObject -BodyParameter +Update-MgDevice -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -145,7 +145,7 @@ device 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.IMicrosoftGraphDevice +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 Parameter Sets: Update1, UpdateViaIdentity1 Aliases: @@ -945,7 +945,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 ## OUTPUTS @@ -965,7 +965,7 @@ ALTERNATIVESECURITYIDS : For internal us - `[Key ]`: For internal use only - `[Type ]`: For internal use only -BODYPARAMETER : device +BODYPARAMETER : 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 ]`: 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 7875a449a62..89aab2f228c 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 @@ -720,6 +720,8 @@ BODYPARAMETER : organization - `[HideTermsOfUse ]`: Option to hide the 'Terms of Use' hyperlink in the footer. - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: @@ -745,6 +747,8 @@ BODYPARAMETER : organization - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: @@ -856,6 +860,8 @@ BRANDING : organizationalBranding - `[HideTermsOfUse ]`: Option to hide the 'Terms of Use' hyperlink in the footer. - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: @@ -881,6 +887,8 @@ BRANDING : organizationalBranding - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: 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 22449b8ab7c..6bb7249cab5 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 @@ -24,8 +24,9 @@ Update-MgOrganizationBranding -OrganizationId [-AdditionalProperties ] [-FaviconRelativeUrl ] [-HeaderBackgroundColor ] [-Id ] [-Localizations ] [-LoginPageTextVisibilitySettings ] - [-SignInPageText ] [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] - [-UsernameHintText ] [-PassThru] [-Confirm] [-WhatIf] [] + [-SignInPageText ] [-SquareLogoDarkInputFile ] [-SquareLogoDarkRelativeUrl ] + [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] [-UsernameHintText ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ### Update @@ -53,8 +54,9 @@ Update-MgOrganizationBranding -InputObject ] [-Id ] [-Localizations ] [-LoginPageTextVisibilitySettings ] - [-SignInPageText ] [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] - [-UsernameHintText ] [-PassThru] [-Confirm] [-WhatIf] [] + [-SignInPageText ] [-SquareLogoDarkInputFile ] [-SquareLogoDarkRelativeUrl ] + [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] [-UsernameHintText ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -498,6 +500,39 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SquareLogoDarkInputFile +Input File for SquareLogoDark (A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. +Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. +We recommend using a transparent image with no padding around the logo.) + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SquareLogoDarkRelativeUrl +A relative URL for the squareLogoDark 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 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SquareLogoInputFile Input File for SquareLogo (A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. @@ -630,6 +665,8 @@ BODYPARAMETER : organizationalBranding - `[HideTermsOfUse ]`: Option to hide the 'Terms of Use' hyperlink in the footer. - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: @@ -655,6 +692,8 @@ BODYPARAMETER : organizationalBranding - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: @@ -723,6 +762,8 @@ LOCALIZATIONS : Add differ - `[HideTermsOfUse ]`: Option to hide the 'Terms of Use' hyperlink in the footer. - `[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. - `[SquareLogo ]`: A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDark ]`: A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. We recommend using a transparent image with no padding around the logo. + - `[SquareLogoDarkRelativeUrl ]`: A relative URL for the squareLogoDark property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[SquareLogoRelativeUrl ]`: A relative URL for the squareLogo property that is combined with a CDN base URL from the cdnList to provide the version served by a CDN. Read-only. - `[UsernameHintText ]`: A string that shows as the hint in the username textbox on the sign-in screen. This text must be a Unicode, without links or code, and can't exceed 64 characters. - `[Id ]`: 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 57516e3a3af..7c3fddf8b31 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 @@ -24,8 +24,9 @@ Update-MgOrganizationBrandingLocalization -OrganizationalBrandingLocalizationId [-CustomTermsOfUseUrl ] [-FaviconInputFile ] [-FaviconRelativeUrl ] [-HeaderBackgroundColor ] [-Id ] [-LoginPageTextVisibilitySettings ] - [-SignInPageText ] [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] - [-UsernameHintText ] [-PassThru] [-Confirm] [-WhatIf] [] + [-SignInPageText ] [-SquareLogoDarkInputFile ] [-SquareLogoDarkRelativeUrl ] + [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] [-UsernameHintText ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ### Update @@ -52,8 +53,9 @@ Update-MgOrganizationBrandingLocalization -InputObject ] [-FaviconInputFile ] [-FaviconRelativeUrl ] [-HeaderBackgroundColor ] [-Id ] [-LoginPageTextVisibilitySettings ] - [-SignInPageText ] [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] - [-UsernameHintText ] [-PassThru] [-Confirm] [-WhatIf] [] + [-SignInPageText ] [-SquareLogoDarkInputFile ] [-SquareLogoDarkRelativeUrl ] + [-SquareLogoInputFile ] [-SquareLogoRelativeUrl ] [-UsernameHintText ] [-PassThru] + [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -495,6 +497,39 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -SquareLogoDarkInputFile +Input File for SquareLogoDark (A square dark version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. +Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. +We recommend using a transparent image with no padding around the logo.) + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -SquareLogoDarkRelativeUrl +A relative URL for the squareLogoDark 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 +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -SquareLogoInputFile Input File for SquareLogo (A square version of your company logo that appears in Windows 10 out-of-box experiences (OOBE) and when Windows Autopilot is enabled for deployment. Allowed types are PNG or JPEG not larger than 240 x 240 pixels and not more than 10 KB in size. diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgContactMemberGroup.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgContactMemberGroup.md index 3483f83001f..0dd415b852b 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgContactMemberGroup.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgContactMemberGroup.md @@ -12,27 +12,27 @@ Invoke action getMemberGroups ## SYNTAX -### GetExpanded (Default) +### GetExpanded1 (Default) ``` Get-MgContactMemberGroup -OrgContactId [-AdditionalProperties ] [-SecurityEnabledOnly] [-Confirm] [-WhatIf] [] ``` -### Get +### Get1 ``` Get-MgContactMemberGroup -OrgContactId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgContactMemberGroup -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### GetViaIdentityExpanded +### GetViaIdentityExpanded1 ``` Get-MgContactMemberGroup -InputObject [-AdditionalProperties ] [-SecurityEnabledOnly] [-Confirm] [-WhatIf] [] @@ -50,7 +50,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: GetExpanded, GetViaIdentityExpanded +Parameter Sets: GetExpanded1, GetViaIdentityExpanded1 Aliases: Required: False @@ -66,7 +66,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IPaths3Y2P0KContactsOrgcontactIdMicrosoftGraphGetmembergroupsPostRequestbodyContentApplicationJsonSchema -Parameter Sets: Get, GetViaIdentity +Parameter Sets: Get1, GetViaIdentity1 Aliases: Required: True @@ -82,7 +82,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity -Parameter Sets: GetViaIdentity, GetViaIdentityExpanded +Parameter Sets: GetViaIdentity1, GetViaIdentityExpanded1 Aliases: Required: True @@ -97,7 +97,7 @@ key: id of orgContact ```yaml Type: System.String -Parameter Sets: Get, GetExpanded +Parameter Sets: Get1, GetExpanded1 Aliases: Required: True @@ -112,7 +112,7 @@ Accept wildcard characters: False ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: GetExpanded, GetViaIdentityExpanded +Parameter Sets: GetExpanded1, GetViaIdentityExpanded1 Aliases: Required: False diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDevice.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDevice.md index aa0cd86ebe7..3ed2a0d17d3 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDevice.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDevice.md @@ -244,7 +244,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice ## NOTES diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDeviceDelta.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDeviceDelta.md new file mode 100644 index 00000000000..ee8227d717a --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDeviceDelta.md @@ -0,0 +1,40 @@ +--- +external help file: +Module Name: Microsoft.Graph.Identity.DirectoryManagement +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement/get-mgdevicedelta +schema: 2.0.0 +--- + +# Get-MgDeviceDelta + +## SYNOPSIS +Invoke function delta + +## SYNTAX + +``` +Get-MgDeviceDelta [] +``` + +## DESCRIPTION +Invoke function delta + +## EXAMPLES + +## PARAMETERS + +### 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 + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice + +## NOTES + +ALIASES + +## RELATED LINKS + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDomain.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDomain.md index 52947f6d8b3..a7c3d1c5e6e 100644 --- a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDomain.md +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/docs/v1.0/Get-MgDomain.md @@ -8,7 +8,7 @@ schema: 2.0.0 # Get-MgDomain ## SYNOPSIS -Get domain +Get entity from domains by key ## SYNTAX @@ -31,7 +31,7 @@ Get-MgDomain -InputObject [-ExpandPropert ``` ## DESCRIPTION -Get domain +Get entity from domains by key ## EXAMPLES 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 aa765102cd2..bd0a87a8190 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: 20e42da0-2136-42fe-b3be-a9806e550eab +Module Guid: 8aa12f83-9823-4b95-8902-bfa898df055e Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.directorymanagement Help Version: 1.0.0.0 Locale: en-US @@ -101,6 +101,9 @@ Get device ### [Get-MgDeviceById](Get-MgDeviceById.md) Invoke action getByIds +### [Get-MgDeviceDelta](Get-MgDeviceDelta.md) +Invoke function delta + ### [Get-MgDeviceExtension](Get-MgDeviceExtension.md) Get extensions from devices @@ -201,7 +204,7 @@ Invoke action getMemberGroups Invoke action getMemberObjects ### [Get-MgDomain](Get-MgDomain.md) -Get domain +Get entity from domains by key ### [Get-MgDomainFederationConfiguration](Get-MgDomainFederationConfiguration.md) Get federationConfiguration from domains 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 7b525047d63..f5002a4e4bd 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 @@ -29,7 +29,7 @@ New-MgDevice [-AccountEnabled] [-AdditionalProperties ] ### Create ``` -New-MgDevice -BodyParameter [-Confirm] [-WhatIf] [] +New-MgDevice -BodyParameter [-Confirm] [-WhatIf] [] ``` ## DESCRIPTION @@ -113,7 +113,7 @@ device 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.IMicrosoftGraphDevice1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice Parameter Sets: Create Aliases: @@ -557,11 +557,11 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## INPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice ## NOTES @@ -577,7 +577,7 @@ ALTERNATIVESECURITYIDS : For internal us - `[Key ]`: For internal use only - `[Type ]`: For internal use only -BODYPARAMETER : device +BODYPARAMETER : 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 ]`: 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 03cdeaa036b..cbb76c5424f 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 @@ -29,13 +29,13 @@ Update-MgDevice -DeviceId [-AccountEnabled] [-AdditionalProperties -BodyParameter [-PassThru] [-Confirm] [-WhatIf] +Update-MgDevice -DeviceId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` ### UpdateViaIdentity ``` -Update-MgDevice -InputObject -BodyParameter +Update-MgDevice -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` @@ -135,7 +135,7 @@ device 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.IMicrosoftGraphDevice1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice Parameter Sets: Update, UpdateViaIdentity Aliases: @@ -627,7 +627,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ### Microsoft.Graph.PowerShell.Models.IIdentityDirectoryManagementIdentity -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice ## OUTPUTS @@ -647,7 +647,7 @@ ALTERNATIVESECURITYIDS : For internal us - `[Key ]`: For internal use only - `[Type ]`: For internal use only -BODYPARAMETER : device +BODYPARAMETER : 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 ]`: diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgDeviceDelta.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgDeviceDelta.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgDeviceDelta.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgOrganizationBrandingLocalizationSquareLogoDark.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgOrganizationBrandingLocalizationSquareLogoDark.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgOrganizationBrandingLocalizationSquareLogoDark.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgOrganizationBrandingSquareLogoDark.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgOrganizationBrandingSquareLogoDark.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Get-MgOrganizationBrandingSquareLogoDark.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Set-MgOrganizationBrandingLocalizationSquareLogoDark.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Set-MgOrganizationBrandingLocalizationSquareLogoDark.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Set-MgOrganizationBrandingLocalizationSquareLogoDark.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Set-MgOrganizationBrandingSquareLogoDark.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Set-MgOrganizationBrandingSquareLogoDark.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0-beta/Set-MgOrganizationBrandingSquareLogoDark.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0/Get-MgDeviceDelta.md b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0/Get-MgDeviceDelta.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Identity.DirectoryManagement/Identity.DirectoryManagement/examples/v1.0/Get-MgDeviceDelta.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + 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 b52c2adb2ba..0d4056d9c3b 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: 720e0873-5558-4eac-a5bf-f18cf30fd4d6 +Module Guid: 9b19bce9-dfb8-49ee-a654-9dad0f5d60d9 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance Help Version: 1.0.0.0 Locale: en-US 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 ea51adb69a5..da97bc766d0 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 @@ -3019,7 +3019,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3532,10 +3532,10 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7522,7 +7522,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8035,10 +8035,10 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12051,7 +12051,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12564,10 +12564,10 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16508,7 +16508,7 @@ BODYPARAMETER : accessPackage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17021,10 +17021,10 @@ BODYPARAMETER : accessPackage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20964,7 +20964,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21477,10 +21477,10 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25262,7 +25262,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25775,10 +25775,10 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 74548c3ecef..d79ed52dee2 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 @@ -2895,7 +2895,7 @@ EXISTINGASSIGNMENT : - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3408,10 +3408,10 @@ EXISTINGASSIGNMENT : - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 1ed7bae2b5d..4e47d402d4a 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 @@ -3123,7 +3123,7 @@ ACCESSPACKAGE : accessPackage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3636,10 +3636,10 @@ ACCESSPACKAGE : accessPackage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7570,7 +7570,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8083,10 +8083,10 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11995,7 +11995,7 @@ BODYPARAMETER : accessPackageAssig - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12508,10 +12508,10 @@ BODYPARAMETER : accessPackageAssig - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 abc44c961c7..f7b4815a0bf 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 @@ -3160,7 +3160,7 @@ ACCESSPACKAGE : accessPackage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3673,10 +3673,10 @@ ACCESSPACKAGE : accessPackage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7620,7 +7620,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8133,10 +8133,10 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12169,7 +12169,7 @@ BODYPARAMETER : accessPackageAssi - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12682,10 +12682,10 @@ BODYPARAMETER : accessPackageAssi - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 5f32fff89dd..a6df2e25e7d 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 @@ -3195,7 +3195,7 @@ ACCESSPACKAGES : The access packages in this cat - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3708,10 +3708,10 @@ ACCESSPACKAGES : The access packages in this cat - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7642,7 +7642,7 @@ BODYPARAMETER : accessPackageCatalog - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8155,10 +8155,10 @@ BODYPARAMETER : accessPackageCatalog - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 ebde693b2bd..c6663a15327 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 @@ -2705,7 +2705,7 @@ ACCESSPACKAGE : - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3218,10 +3218,10 @@ ACCESSPACKAGE : - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 4ef6f592fe3..52cafa8e0d4 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 @@ -2761,7 +2761,7 @@ POLICY : - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3274,10 +3274,10 @@ POLICY : - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 233901fd4a1..58a0b6f56cd 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 @@ -3059,7 +3059,7 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3572,10 +3572,10 @@ ACCESSPACKAGEASSIGNMENTPOLICIES - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7562,7 +7562,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8075,10 +8075,10 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12091,7 +12091,7 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12604,10 +12604,10 @@ ACCESSPACKAGESINCOMPATIBLEWITH : The access pack - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16548,7 +16548,7 @@ BODYPARAMETER : accessPackage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17061,10 +17061,10 @@ BODYPARAMETER : accessPackage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21004,7 +21004,7 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21517,10 +21517,10 @@ INCOMPATIBLEACCESSPACKAGES : The access packages - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25302,7 +25302,7 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25815,10 +25815,10 @@ INCOMPATIBLEGROUPS : The groups whose members are inelig - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 0928760e6f6..5c450234095 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 @@ -3116,7 +3116,7 @@ ACCESSPACKAGE : accessPackage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3629,10 +3629,10 @@ ACCESSPACKAGE : accessPackage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7518,7 +7518,7 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8031,10 +8031,10 @@ ACCESSPACKAGEASSIGNMENTPOLICY : ac - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12033,7 +12033,7 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12546,10 +12546,10 @@ ACCESSPACKAGEASSIGNMENTREQUESTS ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16569,7 +16569,7 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -17082,10 +17082,10 @@ ACCESSPACKAGEASSIGNMENTRESOURCEROLES ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21101,7 +21101,7 @@ BODYPARAMETER : accessPackageAssignment - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21614,10 +21614,10 @@ BODYPARAMETER : accessPackageAssignment - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. 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 index 904f552c250..e572da8a56a 100644 --- 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 @@ -3143,7 +3143,7 @@ ACCESSPACKAGE : accessPackage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3656,10 +3656,10 @@ ACCESSPACKAGE : accessPackage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7590,7 +7590,7 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8103,10 +8103,10 @@ ACCESSPACKAGECATALOG : accessPackageCatalog - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12015,7 +12015,7 @@ BODYPARAMETER : accessPackageAssig - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12528,10 +12528,10 @@ BODYPARAMETER : accessPackageAssig - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentRequest.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentRequest.md index fc1148dcb63..efb24e6cf2a 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentRequest.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageAssignmentRequest.md @@ -3113,7 +3113,7 @@ ACCESSPACKAGE : accessPackage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3626,10 +3626,10 @@ ACCESSPACKAGE : accessPackage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7573,7 +7573,7 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8086,10 +8086,10 @@ ACCESSPACKAGEASSIGNMENT : accessPackageA - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12122,7 +12122,7 @@ BODYPARAMETER : accessPackageAssi - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12635,10 +12635,10 @@ BODYPARAMETER : accessPackageAssi - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageCatalog.md b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageCatalog.md index 58e5efc7641..906ba772372 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageCatalog.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0-beta/Update-MgEntitlementManagementAccessPackageCatalog.md @@ -3262,7 +3262,7 @@ ACCESSPACKAGES : The access packages in this cat - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3775,10 +3775,10 @@ ACCESSPACKAGES : The access packages in this cat - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7709,7 +7709,7 @@ BODYPARAMETER : accessPackageCatalog - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8222,10 +8222,10 @@ BODYPARAMETER : accessPackageCatalog - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.Governance/Identity.Governance/docs/v1.0/Microsoft.Graph.Identity.Governance.md b/src/Identity.Governance/Identity.Governance/docs/v1.0/Microsoft.Graph.Identity.Governance.md index 0a0fcdc7aae..14c8dcb8f98 100644 --- a/src/Identity.Governance/Identity.Governance/docs/v1.0/Microsoft.Graph.Identity.Governance.md +++ b/src/Identity.Governance/Identity.Governance/docs/v1.0/Microsoft.Graph.Identity.Governance.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.Governance -Module Guid: 720e0873-5558-4eac-a5bf-f18cf30fd4d6 +Module Guid: 9b19bce9-dfb8-49ee-a654-9dad0f5d60d9 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.governance Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Microsoft.Graph.Identity.SignIns.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Microsoft.Graph.Identity.SignIns.md index e0d1a1b045b..1471d178ed8 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Microsoft.Graph.Identity.SignIns.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Microsoft.Graph.Identity.SignIns.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.SignIns -Module Guid: 3b604bdc-eef8-413a-ac9f-ff6da777fb86 +Module Guid: a997dafd-4fc5-4eca-bd8d-85ab0c629ad2 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgIdentityConditionalAccessPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgIdentityConditionalAccessPolicy.md index 82811542edb..df5b7c47e89 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgIdentityConditionalAccessPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgIdentityConditionalAccessPolicy.md @@ -335,7 +335,7 @@ BODYPARAMETER : conditionalAccessPolicy - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. - `[Mode ]`: persistentBrowserSessionMode - - `[SignInFrequency ]`: signInFrequencySessionControl + - `[SignInFrequency ]`: signInFrequencySessionControl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. - `[AuthenticationType ]`: signInFrequencyAuthenticationType @@ -415,7 +415,7 @@ SESSIONCONTROLS : conditionalA - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. - `[Mode ]`: persistentBrowserSessionMode - - `[SignInFrequency ]`: signInFrequencySessionControl + - `[SignInFrequency ]`: signInFrequencySessionControl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. - `[AuthenticationType ]`: signInFrequencyAuthenticationType diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgInvitation.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgInvitation.md index 1ca55e3ce84..f229d6d33ae 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgInvitation.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgInvitation.md @@ -3046,7 +3046,7 @@ BODYPARAMETER : invitation - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3555,10 +3555,10 @@ BODYPARAMETER : invitation - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7353,7 +7353,7 @@ INVITEDUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7862,10 +7862,10 @@ INVITEDUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileAppManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileAppManagementPolicy.md index 470580764ac..709955e38de 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileAppManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileAppManagementPolicy.md @@ -2772,7 +2772,7 @@ BODYPARAMETER : mobilityManagementPolic - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3285,10 +3285,10 @@ BODYPARAMETER : mobilityManagementPolic - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7068,7 +7068,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7581,10 +7581,10 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileDeviceManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileDeviceManagementPolicy.md index 2b6124b70e8..e9e0f3dd840 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileDeviceManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/New-MgPolicyMobileDeviceManagementPolicy.md @@ -2772,7 +2772,7 @@ BODYPARAMETER : mobilityManagementPolic - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3285,10 +3285,10 @@ BODYPARAMETER : mobilityManagementPolic - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7068,7 +7068,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7581,10 +7581,10 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgIdentityConditionalAccessPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgIdentityConditionalAccessPolicy.md index 99bdb224f2a..387fcd6464a 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgIdentityConditionalAccessPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgIdentityConditionalAccessPolicy.md @@ -401,7 +401,7 @@ BODYPARAMETER : conditionalAccessPolicy - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. - `[Mode ]`: persistentBrowserSessionMode - - `[SignInFrequency ]`: signInFrequencySessionControl + - `[SignInFrequency ]`: signInFrequencySessionControl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. - `[AuthenticationType ]`: signInFrequencyAuthenticationType @@ -551,7 +551,7 @@ SESSIONCONTROLS : conditionalA - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. - `[Mode ]`: persistentBrowserSessionMode - - `[SignInFrequency ]`: signInFrequencySessionControl + - `[SignInFrequency ]`: signInFrequencySessionControl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. - `[AuthenticationType ]`: signInFrequencyAuthenticationType diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileAppManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileAppManagementPolicy.md index 747079eb33e..46a5fd46a66 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileAppManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileAppManagementPolicy.md @@ -2836,7 +2836,7 @@ BODYPARAMETER : mobilityManagementPolic - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3349,10 +3349,10 @@ BODYPARAMETER : mobilityManagementPolic - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7132,7 +7132,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7645,10 +7645,10 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileDeviceManagementPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileDeviceManagementPolicy.md index 1d7d7ff5092..9bfb8ca06f8 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileDeviceManagementPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0-beta/Update-MgPolicyMobileDeviceManagementPolicy.md @@ -2836,7 +2836,7 @@ BODYPARAMETER : mobilityManagementPolic - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3349,10 +3349,10 @@ BODYPARAMETER : mobilityManagementPolic - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7132,7 +7132,7 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7645,10 +7645,10 @@ INCLUDEDGROUPS : Azure AD groups under the scope of the - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Microsoft.Graph.Identity.SignIns.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Microsoft.Graph.Identity.SignIns.md index 99004eaf2f4..822516f494f 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Microsoft.Graph.Identity.SignIns.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Microsoft.Graph.Identity.SignIns.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Identity.SignIns -Module Guid: 3b604bdc-eef8-413a-ac9f-ff6da777fb86 +Module Guid: a997dafd-4fc5-4eca-bd8d-85ab0c629ad2 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.identity.signins Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgIdentityConditionalAccessPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgIdentityConditionalAccessPolicy.md index 8ff7ec7a501..5cd35c54f70 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgIdentityConditionalAccessPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgIdentityConditionalAccessPolicy.md @@ -289,6 +289,7 @@ BODYPARAMETER : conditionalAccessPolicy - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux``. + - `[ServicePrincipalRiskLevels ]`: Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. - `[SignInRiskLevels ]`: Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[UserRiskLevels ]`: User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[Users ]`: conditionalAccessUsers @@ -326,6 +327,8 @@ BODYPARAMETER : conditionalAccessPolicy - `[SignInFrequency ]`: signInFrequencySessionControl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. + - `[AuthenticationType ]`: signInFrequencyAuthenticationType + - `[FrequencyInterval ]`: signInFrequencyInterval - `[Type ]`: signinFrequencyType - `[Value ]`: The number of days or hours. - `[State ]`: conditionalAccessPolicyState @@ -357,6 +360,7 @@ CONDITIONS : conditionalAccessCond - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux``. + - `[ServicePrincipalRiskLevels ]`: Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. - `[SignInRiskLevels ]`: Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[UserRiskLevels ]`: User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[Users ]`: conditionalAccessUsers @@ -392,6 +396,8 @@ SESSIONCONTROLS : conditionalAc - `[SignInFrequency ]`: signInFrequencySessionControl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. + - `[AuthenticationType ]`: signInFrequencyAuthenticationType + - `[FrequencyInterval ]`: signInFrequencyInterval - `[Type ]`: signinFrequencyType - `[Value ]`: The number of days or hours. diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgInvitation.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgInvitation.md index fe802beb6d8..3fa689de6d3 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgInvitation.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/New-MgInvitation.md @@ -998,18 +998,32 @@ BODYPARAMETER : invitation - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3596,18 +3610,32 @@ INVITEDUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgIdentityConditionalAccessPolicy.md b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgIdentityConditionalAccessPolicy.md index df443e48584..60f3ca8d089 100644 --- a/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgIdentityConditionalAccessPolicy.md +++ b/src/Identity.SignIns/Identity.SignIns/docs/v1.0/Update-MgIdentityConditionalAccessPolicy.md @@ -353,6 +353,7 @@ BODYPARAMETER : conditionalAccessPolicy - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux``. + - `[ServicePrincipalRiskLevels ]`: Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. - `[SignInRiskLevels ]`: Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[UserRiskLevels ]`: User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[Users ]`: conditionalAccessUsers @@ -390,6 +391,8 @@ BODYPARAMETER : conditionalAccessPolicy - `[SignInFrequency ]`: signInFrequencySessionControl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. + - `[AuthenticationType ]`: signInFrequencyAuthenticationType + - `[FrequencyInterval ]`: signInFrequencyInterval - `[Type ]`: signinFrequencyType - `[Value ]`: The number of days or hours. - `[State ]`: conditionalAccessPolicyState @@ -421,6 +424,7 @@ CONDITIONS : conditionalAccessCond - `[(Any) ]`: This indicates any property can be added to this object. - `[ExcludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue, linux. - `[IncludePlatforms ]`: Possible values are: android, iOS, windows, windowsPhone, macOS, all, unknownFutureValue,linux``. + - `[ServicePrincipalRiskLevels ]`: Service principal risk levels included in the policy. Possible values are: low, medium, high, none, unknownFutureValue. - `[SignInRiskLevels ]`: Sign-in risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[UserRiskLevels ]`: User risk levels included in the policy. Possible values are: low, medium, high, hidden, none, unknownFutureValue. Required. - `[Users ]`: conditionalAccessUsers @@ -526,6 +530,8 @@ SESSIONCONTROLS : conditionalAc - `[SignInFrequency ]`: signInFrequencySessionControl - `[(Any) ]`: This indicates any property can be added to this object. - `[IsEnabled ]`: Specifies whether the session control is enabled. + - `[AuthenticationType ]`: signInFrequencyAuthenticationType + - `[FrequencyInterval ]`: signInFrequencyInterval - `[Type ]`: signinFrequencyType - `[Value ]`: The number of days or hours. diff --git a/src/Reports/Reports/docs/v1.0-beta/Microsoft.Graph.Reports.md b/src/Reports/Reports/docs/v1.0-beta/Microsoft.Graph.Reports.md index c7858b4540e..dbc9f78b4dd 100644 --- a/src/Reports/Reports/docs/v1.0-beta/Microsoft.Graph.Reports.md +++ b/src/Reports/Reports/docs/v1.0-beta/Microsoft.Graph.Reports.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Reports -Module Guid: 90225094-e38b-4161-8bc8-3a367c3c917f +Module Guid: a4eeed35-f73d-40a0-a306-2cfe919cf700 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.reports Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Reports/Reports/docs/v1.0/Microsoft.Graph.Reports.md b/src/Reports/Reports/docs/v1.0/Microsoft.Graph.Reports.md index 49b383c118c..a2cdbb4f90b 100644 --- a/src/Reports/Reports/docs/v1.0/Microsoft.Graph.Reports.md +++ b/src/Reports/Reports/docs/v1.0/Microsoft.Graph.Reports.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Reports -Module Guid: 90225094-e38b-4161-8bc8-3a367c3c917f +Module Guid: a4eeed35-f73d-40a0-a306-2cfe919cf700 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.reports Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Security/Security/docs/v1.0-beta/Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet.md b/src/Security/Security/docs/v1.0-beta/Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet.md index 0d023917db9..ad37893a73d 100644 --- a/src/Security/Security/docs/v1.0-beta/Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet.md +++ b/src/Security/Security/docs/v1.0-beta/Add-MgSecurityCaseEdiscoveryCaseReviewSetToReviewSet.md @@ -2973,7 +2973,7 @@ BODYPARAMETER ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3482,10 +3482,10 @@ BODYPARAMETER ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7457,7 +7457,7 @@ SEARCH : ediscoverySearch - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7966,10 +7966,10 @@ SEARCH : ediscoverySearch - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Microsoft.Graph.Security.md b/src/Security/Security/docs/v1.0-beta/Microsoft.Graph.Security.md index 2f536b9a61a..fd7a3fd8ad2 100644 --- a/src/Security/Security/docs/v1.0-beta/Microsoft.Graph.Security.md +++ b/src/Security/Security/docs/v1.0-beta/Microsoft.Graph.Security.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Security -Module Guid: a3433aaa-4d16-4454-894e-e4bf34c80d9d +Module Guid: 499f7664-4866-46e4-abe0-d8388ea31483 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCase.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCase.md index 0c6f18165d8..c709178a951 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCase.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCase.md @@ -3119,7 +3119,7 @@ BODYPARAMETER : ediscoveryCase - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3628,10 +3628,10 @@ BODYPARAMETER : ediscoveryCase - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7614,7 +7614,7 @@ CUSTODIANS : Returns a list of cas - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8123,10 +8123,10 @@ CUSTODIANS : Returns a list of cas - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11955,7 +11955,7 @@ LEGALHOLDS : Returns a list of ca - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12464,10 +12464,10 @@ LEGALHOLDS : Returns a list of ca - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16370,7 +16370,7 @@ REVIEWSETS : Returns a list of eDi - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16879,10 +16879,10 @@ REVIEWSETS : Returns a list of eDi - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20773,7 +20773,7 @@ SEARCHES : Returns a list of eDiscove - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21282,10 +21282,10 @@ SEARCHES : Returns a list of eDiscove - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodian.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodian.md index eaa7b81a009..912c0f67987 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodian.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodian.md @@ -3070,7 +3070,7 @@ BODYPARAMETER : ediscoveryCustodian - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3579,10 +3579,10 @@ BODYPARAMETER : ediscoveryCustodian - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7434,7 +7434,7 @@ SITESOURCES : Data source entity for ShareP - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7943,10 +7943,10 @@ SITESOURCES : Data source entity for ShareP - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11576,7 +11576,7 @@ UNIFIEDGROUPSOURCES : Data source e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12089,10 +12089,10 @@ UNIFIEDGROUPSOURCES : Data source e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md index 422707ad157..7e536e3c7f0 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md @@ -2951,7 +2951,7 @@ BODYPARAMETER : siteSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3460,10 +3460,10 @@ BODYPARAMETER : siteSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7301,7 +7301,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7810,10 +7810,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md index c7d37a06e4c..2a50e4d3c84 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -2806,7 +2806,7 @@ BODYPARAMETER : unifiedGroupSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3319,10 +3319,10 @@ BODYPARAMETER : unifiedGroupSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7111,7 +7111,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7624,10 +7624,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseLegalHold.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseLegalHold.md index c2e22f9f119..7bfe9e17cbd 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseLegalHold.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseLegalHold.md @@ -3060,7 +3060,7 @@ BODYPARAMETER : ediscoveryHoldPolic - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3569,10 +3569,10 @@ BODYPARAMETER : ediscoveryHoldPolic - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7434,7 +7434,7 @@ SITESOURCES : Data sources that represent S - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7943,10 +7943,10 @@ SITESOURCES : Data sources that represent S - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource.md index 41afc0c7a6e..574fdc10eef 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource.md @@ -2952,7 +2952,7 @@ BODYPARAMETER : siteSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3461,10 +3461,10 @@ BODYPARAMETER : siteSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7302,7 +7302,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7811,10 +7811,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseReviewSet.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseReviewSet.md index 6220050ce80..43e64ac1788 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseReviewSet.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseReviewSet.md @@ -2981,7 +2981,7 @@ BODYPARAMETER : ediscoveryReviewSet - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3490,10 +3490,10 @@ BODYPARAMETER : ediscoveryReviewSet - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7368,7 +7368,7 @@ FILES : Represents files within the rev - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7877,10 +7877,10 @@ FILES : Represents files within the rev - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseReviewSetFile.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseReviewSetFile.md index 169d58a6fc3..267656ab6ab 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseReviewSetFile.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseReviewSetFile.md @@ -3131,7 +3131,7 @@ BODYPARAMETER : ediscoveryFile - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3640,10 +3640,10 @@ BODYPARAMETER : ediscoveryFile - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7485,7 +7485,7 @@ CUSTODIAN : ediscoveryCustodian - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7994,10 +7994,10 @@ CUSTODIAN : ediscoveryCustodian - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseSearch.md b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseSearch.md index 2e1a3a434a1..4ee66cc8852 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseSearch.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecurityCaseEdiscoveryCaseSearch.md @@ -3141,7 +3141,7 @@ ADDTOREVIEWSETOPERATION ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3650,10 +3650,10 @@ ADDTOREVIEWSETOPERATION ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7591,7 +7591,7 @@ BODYPARAMETER : ediscoverySearch - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8100,10 +8100,10 @@ BODYPARAMETER : ediscoverySearch - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12111,7 +12111,7 @@ LASTESTIMATESTATISTICSOPERATION ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12620,10 +12620,10 @@ LASTESTIMATESTATISTICSOPERATION ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/New-MgSecuritySubjectRightsRequest.md b/src/Security/Security/docs/v1.0-beta/New-MgSecuritySubjectRightsRequest.md index 02c95d32eb7..7b5467348a9 100644 --- a/src/Security/Security/docs/v1.0-beta/New-MgSecuritySubjectRightsRequest.md +++ b/src/Security/Security/docs/v1.0-beta/New-MgSecuritySubjectRightsRequest.md @@ -2680,7 +2680,7 @@ BODYPARAMETER : subjectRightsRequest - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3189,10 +3189,10 @@ BODYPARAMETER : subjectRightsRequest - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7059,7 +7059,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7568,10 +7568,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCase.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCase.md index ca22f66c68a..56dfb58d55c 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCase.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCase.md @@ -2877,7 +2877,7 @@ BODYPARAMETER : casesRoot - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3386,10 +3386,10 @@ BODYPARAMETER : casesRoot - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7373,7 +7373,7 @@ EDISCOVERYCASES : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7882,10 +7882,10 @@ EDISCOVERYCASES : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCase.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCase.md index f6f3951a9f9..f45b2e7508f 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCase.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCase.md @@ -3188,7 +3188,7 @@ BODYPARAMETER : ediscoveryCase - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3697,10 +3697,10 @@ BODYPARAMETER : ediscoveryCase - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7683,7 +7683,7 @@ CUSTODIANS : Returns a list of cas - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8192,10 +8192,10 @@ CUSTODIANS : Returns a list of cas - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12068,7 +12068,7 @@ LEGALHOLDS : Returns a list of ca - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12577,10 +12577,10 @@ LEGALHOLDS : Returns a list of ca - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16483,7 +16483,7 @@ REVIEWSETS : Returns a list of eDi - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16992,10 +16992,10 @@ REVIEWSETS : Returns a list of eDi - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20886,7 +20886,7 @@ SEARCHES : Returns a list of eDiscove - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21395,10 +21395,10 @@ SEARCHES : Returns a list of eDiscove - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodian.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodian.md index 732cbdad89c..7962f944812 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodian.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodian.md @@ -3104,7 +3104,7 @@ BODYPARAMETER : ediscoveryCustodian - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3613,10 +3613,10 @@ BODYPARAMETER : ediscoveryCustodian - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7468,7 +7468,7 @@ SITESOURCES : Data source entity for ShareP - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7977,10 +7977,10 @@ SITESOURCES : Data source entity for ShareP - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11610,7 +11610,7 @@ UNIFIEDGROUPSOURCES : Data source e - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12123,10 +12123,10 @@ UNIFIEDGROUPSOURCES : Data source e - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md index 5690db5ff2e..5900f40c578 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md @@ -2983,7 +2983,7 @@ BODYPARAMETER : siteSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3492,10 +3492,10 @@ BODYPARAMETER : siteSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7333,7 +7333,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7842,10 +7842,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md index 14933c88437..974168216f5 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -2839,7 +2839,7 @@ BODYPARAMETER : unifiedGroupSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3352,10 +3352,10 @@ BODYPARAMETER : unifiedGroupSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7144,7 +7144,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7657,10 +7657,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseLegalHold.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseLegalHold.md index 254ca891443..d41466c255c 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseLegalHold.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseLegalHold.md @@ -3092,7 +3092,7 @@ BODYPARAMETER : ediscoveryHoldPolic - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3601,10 +3601,10 @@ BODYPARAMETER : ediscoveryHoldPolic - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7466,7 +7466,7 @@ SITESOURCES : Data sources that represent S - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7975,10 +7975,10 @@ SITESOURCES : Data sources that represent S - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource.md index 88fe724e1f5..5134dee7733 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseLegalHoldSiteSource.md @@ -2983,7 +2983,7 @@ BODYPARAMETER : siteSource - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3492,10 +3492,10 @@ BODYPARAMETER : siteSource - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7333,7 +7333,7 @@ SITE : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7842,10 +7842,10 @@ SITE : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseReviewSet.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseReviewSet.md index 05e5c7e641e..451dd1059bd 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseReviewSet.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseReviewSet.md @@ -3015,7 +3015,7 @@ BODYPARAMETER : ediscoveryReviewSet - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3524,10 +3524,10 @@ BODYPARAMETER : ediscoveryReviewSet - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7402,7 +7402,7 @@ FILES : Represents files within the rev - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7911,10 +7911,10 @@ FILES : Represents files within the rev - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseReviewSetFile.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseReviewSetFile.md index 958912c9aff..b0e3e52c2c8 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseReviewSetFile.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseReviewSetFile.md @@ -3162,7 +3162,7 @@ BODYPARAMETER : ediscoveryFile - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3671,10 +3671,10 @@ BODYPARAMETER : ediscoveryFile - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7516,7 +7516,7 @@ CUSTODIAN : ediscoveryCustodian - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8025,10 +8025,10 @@ CUSTODIAN : ediscoveryCustodian - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseSearch.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseSearch.md index 80d98e6e532..66404943d33 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseSearch.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecurityCaseEdiscoveryCaseSearch.md @@ -3173,7 +3173,7 @@ ADDTOREVIEWSETOPERATION ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3682,10 +3682,10 @@ ADDTOREVIEWSETOPERATION ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7623,7 +7623,7 @@ BODYPARAMETER : ediscoverySearch - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -8132,10 +8132,10 @@ BODYPARAMETER : ediscoverySearch - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12143,7 +12143,7 @@ LASTESTIMATESTATISTICSOPERATION ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12652,10 +12652,10 @@ LASTESTIMATESTATISTICSOPERATION ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0-beta/Update-MgSecuritySubjectRightsRequest.md b/src/Security/Security/docs/v1.0-beta/Update-MgSecuritySubjectRightsRequest.md index 25adfee9f34..27d14f201d5 100644 --- a/src/Security/Security/docs/v1.0-beta/Update-MgSecuritySubjectRightsRequest.md +++ b/src/Security/Security/docs/v1.0-beta/Update-MgSecuritySubjectRightsRequest.md @@ -2751,7 +2751,7 @@ BODYPARAMETER : subjectRightsRequest - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3260,10 +3260,10 @@ BODYPARAMETER : subjectRightsRequest - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7174,7 +7174,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7683,10 +7683,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Security/Security/docs/v1.0/Microsoft.Graph.Security.md b/src/Security/Security/docs/v1.0/Microsoft.Graph.Security.md index 18e7a999a3b..34a2acce679 100644 --- a/src/Security/Security/docs/v1.0/Microsoft.Graph.Security.md +++ b/src/Security/Security/docs/v1.0/Microsoft.Graph.Security.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Security -Module Guid: a3433aaa-4d16-4454-894e-e4bf34c80d9d +Module Guid: 499f7664-4866-46e4-abe0-d8388ea31483 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.security Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCase.md b/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCase.md index 69b296928d0..f097c01700e 100644 --- a/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCase.md +++ b/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCase.md @@ -1117,18 +1117,32 @@ BODYPARAMETER : ediscoveryCase - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3873,18 +3887,32 @@ CUSTODIANS : Returns a list of ca - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodian.md b/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodian.md index 0e3e4cca128..1d13b653301 100644 --- a/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodian.md +++ b/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodian.md @@ -1084,18 +1084,32 @@ BODYPARAMETER : ediscoveryCustodian - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3740,18 +3754,32 @@ SITESOURCES : Data source entity for Share - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6391,18 +6419,32 @@ UNIFIEDGROUPSOURCES : Data source - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md b/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md index ec0136a3d7a..e2adf9f0070 100644 --- a/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md +++ b/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md @@ -965,18 +965,32 @@ BODYPARAMETER : siteSource - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3607,18 +3621,32 @@ SITE : site - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md b/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md index 290688749b2..3328a062b74 100644 --- a/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Security/Security/docs/v1.0/New-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -1037,18 +1037,32 @@ BODYPARAMETER : unifiedGroupSource - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3635,18 +3649,32 @@ GROUP : group - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Security/Security/docs/v1.0/Update-MgSecurityCase.md b/src/Security/Security/docs/v1.0/Update-MgSecurityCase.md index 22db4a54e7a..c1f37f6c9fb 100644 --- a/src/Security/Security/docs/v1.0/Update-MgSecurityCase.md +++ b/src/Security/Security/docs/v1.0/Update-MgSecurityCase.md @@ -891,18 +891,32 @@ BODYPARAMETER : casesRoot - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3648,18 +3662,32 @@ EDISCOVERYCASES : . - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCase.md b/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCase.md index 6d2062b9459..1f35b615b03 100644 --- a/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCase.md +++ b/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCase.md @@ -1186,18 +1186,32 @@ BODYPARAMETER : ediscoveryCase - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3942,18 +3956,32 @@ CUSTODIANS : Returns a list of ca - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodian.md b/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodian.md index a5484d58966..eef7444ae59 100644 --- a/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodian.md +++ b/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodian.md @@ -1118,18 +1118,32 @@ BODYPARAMETER : ediscoveryCustodian - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3774,18 +3788,32 @@ SITESOURCES : Data source entity for Share - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6425,18 +6453,32 @@ UNIFIEDGROUPSOURCES : Data source - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md b/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md index 331f00cd936..a9d5bf47979 100644 --- a/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md +++ b/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodianSiteSource.md @@ -997,18 +997,32 @@ BODYPARAMETER : siteSource - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3639,18 +3653,32 @@ SITE : site - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md b/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md index ef43922e095..e0250f8a40a 100644 --- a/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md +++ b/src/Security/Security/docs/v1.0/Update-MgSecurityCaseEdiscoveryCaseCustodianUnifiedGroupSource.md @@ -1070,18 +1070,32 @@ BODYPARAMETER : unifiedGroupSource - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -3668,18 +3682,32 @@ GROUP : group - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates diff --git a/src/Sites/Sites/docs/v1.0-beta/Get-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0-beta/Get-MgGroupSiteListItemDocumentSetVersion.md index 8a7ee05206b..104cc8623c8 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Get-MgGroupSiteListItemDocumentSetVersion.md +++ b/src/Sites/Sites/docs/v1.0-beta/Get-MgGroupSiteListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Get documentSetVersions from groups ## SYNTAX -### List (Default) +### List1 (Default) ``` Get-MgGroupSiteListItemDocumentSetVersion -GroupId -ListId -ListItemId -SiteId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] @@ -20,14 +20,14 @@ Get-MgGroupSiteListItemDocumentSetVersion -GroupId -ListId -Li [] ``` -### Get +### Get1 ``` Get-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -GroupId -ListId -ListItemId -SiteId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgGroupSiteListItemDocumentSetVersion -InputObject [-ExpandProperty ] [-Property ] [] @@ -45,7 +45,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -61,7 +61,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: CV Required: False @@ -76,7 +76,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -106,7 +106,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -121,7 +121,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -137,7 +137,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -152,7 +152,7 @@ key: id of list ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -167,7 +167,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -182,7 +182,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -212,7 +212,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -227,7 +227,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -242,7 +242,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -257,7 +257,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List +Parameter Sets: List1 Aliases: OrderBy Required: False @@ -272,7 +272,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Limit Required: False diff --git a/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStore.md b/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStore.md index fd8f9c202d3..27dbf8a5279 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStore.md +++ b/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStore.md @@ -12,12 +12,12 @@ Get termStore from sites ## SYNTAX -### Get (Default) +### Get1 (Default) ``` Get-MgSiteTermStore -SiteId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgSiteTermStore -InputObject [-ExpandProperty ] [-Property ] [] @@ -51,7 +51,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -81,7 +81,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStoreGroup.md b/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStoreGroup.md index b56ac73d837..dbe741b28ab 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStoreGroup.md +++ b/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStoreGroup.md @@ -12,20 +12,20 @@ Get groups from sites ## SYNTAX -### List (Default) +### List1 (Default) ``` Get-MgSiteTermStoreGroup -SiteId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get +### Get1 ``` Get-MgSiteTermStoreGroup -GroupId -SiteId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgSiteTermStoreGroup -InputObject [-ExpandProperty ] [-Property ] [] @@ -43,7 +43,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -59,7 +59,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: CV Required: False @@ -89,7 +89,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -104,7 +104,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -120,7 +120,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -135,7 +135,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -165,7 +165,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -180,7 +180,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List1 Aliases: Required: True @@ -195,7 +195,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Required: False @@ -210,7 +210,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List +Parameter Sets: List1 Aliases: OrderBy Required: False @@ -225,7 +225,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List +Parameter Sets: List1 Aliases: Limit Required: False diff --git a/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStoreSetTermRelation.md b/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStoreSetTermRelation.md index a8842fbdbfd..8a4833f7542 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStoreSetTermRelation.md +++ b/src/Sites/Sites/docs/v1.0-beta/Get-MgSiteTermStoreSetTermRelation.md @@ -19,13 +19,13 @@ Get-MgSiteTermStoreSetTermRelation -SetId -SiteId -TermId ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get1 +### Get2 ``` Get-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -TermId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity1 +### GetViaIdentity2 ``` Get-MgSiteTermStoreSetTermRelation -InputObject [-ExpandProperty ] [-Property ] [] @@ -105,7 +105,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: GetViaIdentity1 +Parameter Sets: GetViaIdentity2 Aliases: Required: True @@ -150,7 +150,7 @@ key: id of relation ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get2 Aliases: Required: True @@ -180,7 +180,7 @@ key: id of set ```yaml Type: System.String -Parameter Sets: Get1, List1 +Parameter Sets: Get2, List1 Aliases: Required: True @@ -195,7 +195,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Get1, List1 +Parameter Sets: Get2, List1 Aliases: Required: True @@ -240,7 +240,7 @@ key: id of term ```yaml Type: System.String -Parameter Sets: Get1, List1 +Parameter Sets: Get2, List1 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0-beta/Microsoft.Graph.Sites.md b/src/Sites/Sites/docs/v1.0-beta/Microsoft.Graph.Sites.md index d0d114581aa..7cf0439fe0a 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Microsoft.Graph.Sites.md +++ b/src/Sites/Sites/docs/v1.0-beta/Microsoft.Graph.Sites.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Sites -Module Guid: fb4d114c-123f-49f0-9ccc-2004aa5ec6d2 +Module Guid: 03128073-70df-4bad-8b7c-114184b95aba Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSite.md b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSite.md index 10a176e08e0..272570319b0 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSite.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSite.md @@ -17,11 +17,11 @@ Create new navigation property to sites for groups New-MgGroupSite -GroupId [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-Pages ] [-ParentReference ] [-Permissions ] @@ -47,11 +47,11 @@ New-MgGroupSite -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-Pages ] [-ParentReference ] [-Permissions ] @@ -167,7 +167,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -390,7 +390,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -720,7 +720,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1517,12 +1517,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1586,12 +1586,12 @@ ANALYTICS : itemAnalytics - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1646,12 +1646,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1908,12 +1908,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1930,12 +1930,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2034,12 +2034,12 @@ ANALYTICS : itemAnalytics - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2587,7 +2587,7 @@ ANALYTICS : itemAnalytics - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -3028,7 +3028,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3314,7 +3314,7 @@ ANALYTICS : itemAnalytics - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3537,10 +3537,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3975,7 +3975,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4579,7 +4579,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5000,7 +5000,7 @@ BODYPARAMETER : site - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5797,12 +5797,12 @@ BODYPARAMETER : site - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5865,12 +5865,12 @@ BODYPARAMETER : site - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5967,12 +5967,12 @@ BODYPARAMETER : site - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6415,12 +6415,12 @@ BODYPARAMETER : site - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7227,7 +7227,7 @@ BODYPARAMETER : site - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7664,7 +7664,7 @@ BODYPARAMETER : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7950,7 +7950,7 @@ BODYPARAMETER : site - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8173,10 +8173,10 @@ BODYPARAMETER : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8611,7 +8611,7 @@ BODYPARAMETER : site - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9215,7 +9215,7 @@ BODYPARAMETER : site - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9232,12 +9232,12 @@ BODYPARAMETER : site - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9247,12 +9247,12 @@ BODYPARAMETER : site - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9617,7 +9617,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -10421,12 +10421,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10489,12 +10489,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10591,12 +10591,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11039,12 +11039,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11285,12 +11285,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11307,12 +11307,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11411,12 +11411,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11928,7 +11928,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -12365,7 +12365,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12651,7 +12651,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12874,10 +12874,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13312,7 +13312,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13927,7 +13927,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14737,12 +14737,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14784,12 +14784,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14836,12 +14836,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15523,24 +15523,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15679,12 +15679,12 @@ DRIVE : drive - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16196,7 +16196,7 @@ DRIVE : drive - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16633,7 +16633,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16919,7 +16919,7 @@ DRIVE : drive - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -17142,10 +17142,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17580,7 +17580,7 @@ DRIVE : drive - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -18184,7 +18184,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18221,7 +18221,7 @@ DRIVES : The collection of drives (document libraries) - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -19031,12 +19031,12 @@ DRIVES : The collection of drives (document libraries) - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19078,12 +19078,12 @@ DRIVES : The collection of drives (document libraries) - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19130,12 +19130,12 @@ DRIVES : The collection of drives (document libraries) - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19817,24 +19817,24 @@ DRIVES : The collection of drives (document libraries) - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19973,12 +19973,12 @@ DRIVES : The collection of drives (document libraries) - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20490,7 +20490,7 @@ DRIVES : The collection of drives (document libraries) - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20927,7 +20927,7 @@ DRIVES : The collection of drives (document libraries) - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21213,7 +21213,7 @@ DRIVES : The collection of drives (document libraries) - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -21436,10 +21436,10 @@ DRIVES : The collection of drives (document libraries) - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21874,7 +21874,7 @@ DRIVES : The collection of drives (document libraries) - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -22478,7 +22478,7 @@ DRIVES : The collection of drives (document libraries) - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22687,7 +22687,7 @@ ITEMS : Used to address any item contained in this si - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -23484,12 +23484,12 @@ ITEMS : Used to address any item contained in this si - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23552,12 +23552,12 @@ ITEMS : Used to address any item contained in this si - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23654,12 +23654,12 @@ ITEMS : Used to address any item contained in this si - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24102,12 +24102,12 @@ ITEMS : Used to address any item contained in this si - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24348,12 +24348,12 @@ ITEMS : Used to address any item contained in this si - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24462,12 +24462,12 @@ ITEMS : Used to address any item contained in this si - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24979,7 +24979,7 @@ ITEMS : Used to address any item contained in this si - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -25416,7 +25416,7 @@ ITEMS : Used to address any item contained in this si - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25702,7 +25702,7 @@ ITEMS : Used to address any item contained in this si - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25925,10 +25925,10 @@ ITEMS : Used to address any item contained in this si - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -26363,7 +26363,7 @@ ITEMS : Used to address any item contained in this si - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -26967,7 +26967,7 @@ ITEMS : Used to address any item contained in this si - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -26982,7 +26982,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -27786,12 +27786,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -27854,12 +27854,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -27956,12 +27956,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28404,12 +28404,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28650,12 +28650,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28672,12 +28672,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28776,12 +28776,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -29293,7 +29293,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -29730,7 +29730,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30016,7 +30016,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -30239,10 +30239,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -30677,7 +30677,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -31287,7 +31287,7 @@ LISTS : The collection of lists under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -32084,12 +32084,12 @@ LISTS : The collection of lists under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32152,12 +32152,12 @@ LISTS : The collection of lists under this site. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32254,12 +32254,12 @@ LISTS : The collection of lists under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32731,12 +32731,12 @@ LISTS : The collection of lists under this site. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32918,12 +32918,12 @@ LISTS : The collection of lists under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -33046,12 +33046,12 @@ LISTS : The collection of lists under this site. - `[Type ]`: Type of the operation. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -33563,7 +33563,7 @@ LISTS : The collection of lists under this site. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -34000,7 +34000,7 @@ LISTS : The collection of lists under this site. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -34286,7 +34286,7 @@ LISTS : The collection of lists under this site. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -34509,10 +34509,10 @@ LISTS : The collection of lists under this site. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -34947,7 +34947,7 @@ LISTS : The collection of lists under this site. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -35551,7 +35551,7 @@ LISTS : The collection of lists under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -35706,7 +35706,7 @@ PAGES : The collection of pages in the SitePages list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -36503,12 +36503,12 @@ PAGES : The collection of pages in the SitePages list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -36571,12 +36571,12 @@ PAGES : The collection of pages in the SitePages list - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -36673,12 +36673,12 @@ PAGES : The collection of pages in the SitePages list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37121,12 +37121,12 @@ PAGES : The collection of pages in the SitePages list - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37367,12 +37367,12 @@ PAGES : The collection of pages in the SitePages list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37389,12 +37389,12 @@ PAGES : The collection of pages in the SitePages list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37990,7 +37990,7 @@ PAGES : The collection of pages in the SitePages list - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -38427,7 +38427,7 @@ PAGES : The collection of pages in the SitePages list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -38713,7 +38713,7 @@ PAGES : The collection of pages in the SitePages list - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -38936,10 +38936,10 @@ PAGES : The collection of pages in the SitePages list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -39374,7 +39374,7 @@ PAGES : The collection of pages in the SitePages list - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -39978,7 +39978,7 @@ PAGES : The collection of pages in the SitePages list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -40104,7 +40104,7 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -40901,12 +40901,12 @@ SITES : The collection of the sub-sites under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -40969,12 +40969,12 @@ SITES : The collection of the sub-sites under this site. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -41071,12 +41071,12 @@ SITES : The collection of the sub-sites under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -41519,12 +41519,12 @@ SITES : The collection of the sub-sites under this site. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -42331,7 +42331,7 @@ SITES : The collection of the sub-sites under this site. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -42768,7 +42768,7 @@ SITES : The collection of the sub-sites under this site. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -43054,7 +43054,7 @@ SITES : The collection of the sub-sites under this site. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -43277,10 +43277,10 @@ SITES : The collection of the sub-sites under this site. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -43715,7 +43715,7 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -44319,7 +44319,7 @@ SITES : The collection of the sub-sites under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -44336,12 +44336,12 @@ SITES : The collection of the sub-sites under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -44351,12 +44351,12 @@ SITES : The collection of the sub-sites under this site. - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteList.md b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteList.md index 0a93cdbab70..d9c1f769035 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteList.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteList.md @@ -17,10 +17,10 @@ Create new navigation property to lists for groups New-MgGroupSiteList -GroupId -SiteId [-Activities ] [-AdditionalProperties ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] [-System ] [-WebUrl ] [-Confirm] @@ -44,10 +44,10 @@ New-MgGroupSiteList -InputObject -BodyParameter [-Activities ] [-AdditionalProperties ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] [-System ] [-WebUrl ] [-Confirm] @@ -161,7 +161,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -334,7 +334,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -603,7 +603,7 @@ ACTIVITIES : The recent activities that took p - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1400,12 +1400,12 @@ ACTIVITIES : The recent activities that took p - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1436,12 +1436,12 @@ ACTIVITIES : The recent activities that took p - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1622,12 +1622,12 @@ ACTIVITIES : The recent activities that took p - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1776,12 +1776,12 @@ ACTIVITIES : The recent activities that took p - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1798,12 +1798,12 @@ ACTIVITIES : The recent activities that took p - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1902,12 +1902,12 @@ ACTIVITIES : The recent activities that took p - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2455,7 +2455,7 @@ ACTIVITIES : The recent activities that took p - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -2896,7 +2896,7 @@ ACTIVITIES : The recent activities that took p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3182,7 +3182,7 @@ ACTIVITIES : The recent activities that took p - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3405,10 +3405,10 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3843,7 +3843,7 @@ ACTIVITIES : The recent activities that took p - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4447,7 +4447,7 @@ ACTIVITIES : The recent activities that took p - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4861,7 +4861,7 @@ BODYPARAMETER : list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5658,12 +5658,12 @@ BODYPARAMETER : list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5726,12 +5726,12 @@ BODYPARAMETER : list - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5828,12 +5828,12 @@ BODYPARAMETER : list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6305,12 +6305,12 @@ BODYPARAMETER : list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6492,12 +6492,12 @@ BODYPARAMETER : list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6620,12 +6620,12 @@ BODYPARAMETER : list - `[Type ]`: Type of the operation. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7137,7 +7137,7 @@ BODYPARAMETER : list - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7574,7 +7574,7 @@ BODYPARAMETER : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7860,7 +7860,7 @@ BODYPARAMETER : list - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8083,10 +8083,10 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8521,7 +8521,7 @@ BODYPARAMETER : list - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9125,7 +9125,7 @@ BODYPARAMETER : list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9477,7 +9477,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -10281,12 +10281,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10349,12 +10349,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10451,12 +10451,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10899,12 +10899,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11145,12 +11145,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11167,12 +11167,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11271,12 +11271,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11788,7 +11788,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -12225,7 +12225,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12511,7 +12511,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12734,10 +12734,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13172,7 +13172,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13783,7 +13783,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14593,12 +14593,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14640,12 +14640,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14692,12 +14692,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15379,24 +15379,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15535,12 +15535,12 @@ DRIVE : drive - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16052,7 +16052,7 @@ DRIVE : drive - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16489,7 +16489,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16775,7 +16775,7 @@ DRIVE : drive - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -16998,10 +16998,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17436,7 +17436,7 @@ DRIVE : drive - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -18040,7 +18040,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18114,7 +18114,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -18911,12 +18911,12 @@ ITEMS : All items contained in the list. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18979,12 +18979,12 @@ ITEMS : All items contained in the list. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19484,12 +19484,12 @@ ITEMS : All items contained in the list. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19733,12 +19733,12 @@ ITEMS : All items contained in the list. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19755,12 +19755,12 @@ ITEMS : All items contained in the list. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19859,12 +19859,12 @@ ITEMS : All items contained in the list. - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20376,7 +20376,7 @@ ITEMS : All items contained in the list. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20813,7 +20813,7 @@ ITEMS : All items contained in the list. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21099,7 +21099,7 @@ ITEMS : All items contained in the list. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -21322,10 +21322,10 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21760,7 +21760,7 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -22364,7 +22364,7 @@ ITEMS : All items contained in the list. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22409,7 +22409,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -23213,12 +23213,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23281,12 +23281,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23383,12 +23383,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23831,12 +23831,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24077,12 +24077,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24099,12 +24099,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24203,12 +24203,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24720,7 +24720,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -25157,7 +25157,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25443,7 +25443,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25666,10 +25666,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -26104,7 +26104,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteListItem.md b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteListItem.md index 85bd7c0f352..9447575aa8f 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteListItem.md @@ -17,11 +17,11 @@ Create new navigation property to items for groups New-MgGroupSiteListItem -GroupId -ListId -SiteId [-Activities ] [-AdditionalProperties ] [-Analytics ] [-ContentType ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-Confirm] [-WhatIf] [] ``` @@ -43,10 +43,10 @@ New-MgGroupSiteListItem -InputObject -BodyParameter [-Activities ] [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-Confirm] [-WhatIf] [] @@ -159,7 +159,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -348,7 +348,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -585,7 +585,7 @@ ACTIVITIES : The list of recent activities tha - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1382,12 +1382,12 @@ ACTIVITIES : The list of recent activities tha - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1418,12 +1418,12 @@ ACTIVITIES : The list of recent activities tha - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1604,12 +1604,12 @@ ACTIVITIES : The list of recent activities tha - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1758,12 +1758,12 @@ ACTIVITIES : The list of recent activities tha - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1780,12 +1780,12 @@ ACTIVITIES : The list of recent activities tha - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1884,12 +1884,12 @@ ACTIVITIES : The list of recent activities tha - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2437,7 +2437,7 @@ ACTIVITIES : The list of recent activities tha - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -2878,7 +2878,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3164,7 +3164,7 @@ ACTIVITIES : The list of recent activities tha - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3387,10 +3387,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3825,7 +3825,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4429,7 +4429,7 @@ ACTIVITIES : The list of recent activities tha - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4859,7 +4859,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5656,12 +5656,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5725,12 +5725,12 @@ ANALYTICS : itemAnalytics - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5785,12 +5785,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6047,12 +6047,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6069,12 +6069,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6173,12 +6173,12 @@ ANALYTICS : itemAnalytics - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6726,7 +6726,7 @@ ANALYTICS : itemAnalytics - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7167,7 +7167,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7453,7 +7453,7 @@ ANALYTICS : itemAnalytics - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -7676,10 +7676,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8114,7 +8114,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -8718,7 +8718,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9139,7 +9139,7 @@ BODYPARAMETER : listItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9936,12 +9936,12 @@ BODYPARAMETER : listItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10004,12 +10004,12 @@ BODYPARAMETER : listItem - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10509,12 +10509,12 @@ BODYPARAMETER : listItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10758,12 +10758,12 @@ BODYPARAMETER : listItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10780,12 +10780,12 @@ BODYPARAMETER : listItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10884,12 +10884,12 @@ BODYPARAMETER : listItem - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11401,7 +11401,7 @@ BODYPARAMETER : listItem - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -11838,7 +11838,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12124,7 +12124,7 @@ BODYPARAMETER : listItem - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12347,10 +12347,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12785,7 +12785,7 @@ BODYPARAMETER : listItem - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13389,7 +13389,7 @@ BODYPARAMETER : listItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -13439,7 +13439,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -14243,12 +14243,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14311,12 +14311,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14413,12 +14413,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14861,12 +14861,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15107,12 +15107,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15129,12 +15129,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15233,12 +15233,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15750,7 +15750,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16187,7 +16187,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16473,7 +16473,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -16696,10 +16696,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17134,7 +17134,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -17776,7 +17776,7 @@ DRIVEITEM : driveItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -18573,12 +18573,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18642,12 +18642,12 @@ DRIVEITEM : driveItem - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18731,12 +18731,12 @@ DRIVEITEM : driveItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18993,12 +18993,12 @@ DRIVEITEM : driveItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19015,12 +19015,12 @@ DRIVEITEM : driveItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19119,12 +19119,12 @@ DRIVEITEM : driveItem - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19672,7 +19672,7 @@ DRIVEITEM : driveItem - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20113,7 +20113,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20399,7 +20399,7 @@ DRIVEITEM : driveItem - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -20622,10 +20622,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21060,7 +21060,7 @@ DRIVEITEM : driveItem - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -21664,7 +21664,7 @@ DRIVEITEM : driveItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22108,7 +22108,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -22912,12 +22912,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22980,12 +22980,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23082,12 +23082,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23530,12 +23530,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23776,12 +23776,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23798,12 +23798,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23902,12 +23902,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24419,7 +24419,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -24856,7 +24856,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25142,7 +25142,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25365,10 +25365,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25803,7 +25803,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteListItemDocumentSetVersion.md index 971e2ed3aac..2531f832ea6 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteListItemDocumentSetVersion.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSiteListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Create new navigation property to documentSetVersions for groups ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgGroupSiteListItemDocumentSetVersion -GroupId -ListId -ListItemId -SiteId [-AdditionalProperties ] [-Comment ] @@ -22,19 +22,19 @@ New-MgGroupSiteListItemDocumentSetVersion -GroupId -ListId -Li [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] ``` -### Create +### Create1 ``` New-MgGroupSiteListItemDocumentSetVersion -GroupId -ListId -ListItemId -SiteId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity +### CreateViaIdentity1 ``` New-MgGroupSiteListItemDocumentSetVersion -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded1 ``` New-MgGroupSiteListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -56,7 +56,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -72,7 +72,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Create, CreateViaIdentity +Parameter Sets: Create1, CreateViaIdentity1 Aliases: Required: True @@ -87,7 +87,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -103,7 +103,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -118,7 +118,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -133,7 +133,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -148,7 +148,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -163,7 +163,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -179,7 +179,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 Aliases: Required: True @@ -195,7 +195,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -211,7 +211,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -227,7 +227,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -242,7 +242,7 @@ key: id of list ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -257,7 +257,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True @@ -273,7 +273,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -289,7 +289,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -304,7 +304,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSitePage.md b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSitePage.md index 1a98083050c..46da127cdd1 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSitePage.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgGroupSitePage.md @@ -16,12 +16,12 @@ Create new navigation property to pages for groups ``` New-MgGroupSitePage -GroupId -SiteId [-AdditionalProperties ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-ETag ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] - [-PageLayoutType ] [-ParentReference ] - [-PublishingState ] [-Title ] [-WebParts ] - [-WebUrl ] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-ETag ] + [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedDateTime ] [-Name ] [-PageLayoutType ] + [-ParentReference ] [-PublishingState ] + [-Title ] [-WebParts ] [-WebUrl ] [-Confirm] [-WhatIf] + [] ``` ### Create @@ -40,12 +40,12 @@ New-MgGroupSitePage -InputObject -BodyParameter [-AdditionalProperties ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-ETag ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] - [-PageLayoutType ] [-ParentReference ] - [-PublishingState ] [-Title ] [-WebParts ] - [-WebUrl ] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-ETag ] + [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedDateTime ] [-Name ] [-PageLayoutType ] + [-ParentReference ] [-PublishingState ] + [-Title ] [-WebParts ] [-WebUrl ] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION @@ -123,7 +123,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -249,7 +249,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -464,7 +464,7 @@ BODYPARAMETER : sitePage - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1261,12 +1261,12 @@ BODYPARAMETER : sitePage - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1329,12 +1329,12 @@ BODYPARAMETER : sitePage - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1431,12 +1431,12 @@ BODYPARAMETER : sitePage - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1879,12 +1879,12 @@ BODYPARAMETER : sitePage - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2125,12 +2125,12 @@ BODYPARAMETER : sitePage - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2147,12 +2147,12 @@ BODYPARAMETER : sitePage - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2748,7 +2748,7 @@ BODYPARAMETER : sitePage - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -3185,7 +3185,7 @@ BODYPARAMETER : sitePage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3471,7 +3471,7 @@ BODYPARAMETER : sitePage - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3694,10 +3694,10 @@ BODYPARAMETER : sitePage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4132,7 +4132,7 @@ BODYPARAMETER : sitePage - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4736,7 +4736,7 @@ BODYPARAMETER : sitePage - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4765,7 +4765,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -5569,12 +5569,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5637,12 +5637,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5739,12 +5739,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6187,12 +6187,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6433,12 +6433,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6455,12 +6455,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6559,12 +6559,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7076,7 +7076,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7513,7 +7513,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7799,7 +7799,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8022,10 +8022,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8460,7 +8460,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9107,7 +9107,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -9911,12 +9911,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9979,12 +9979,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10081,12 +10081,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10529,12 +10529,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10775,12 +10775,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10797,12 +10797,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10901,12 +10901,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11418,7 +11418,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -11855,7 +11855,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12141,7 +12141,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12364,10 +12364,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12802,7 +12802,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteList.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteList.md index 947c5f4356e..504c08eb551 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteList.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteList.md @@ -17,10 +17,10 @@ Create new navigation property to lists for sites New-MgSiteList -SiteId [-Activities ] [-AdditionalProperties ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] [-System ] [-WebUrl ] [-Confirm] @@ -43,10 +43,10 @@ New-MgSiteList -InputObject -BodyParameter [-Activities ] [-AdditionalProperties ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] [-System ] [-WebUrl ] [-Confirm] @@ -160,7 +160,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -318,7 +318,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -587,7 +587,7 @@ ACTIVITIES : The recent activities that took p - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1384,12 +1384,12 @@ ACTIVITIES : The recent activities that took p - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1420,12 +1420,12 @@ ACTIVITIES : The recent activities that took p - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1606,12 +1606,12 @@ ACTIVITIES : The recent activities that took p - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1760,12 +1760,12 @@ ACTIVITIES : The recent activities that took p - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1782,12 +1782,12 @@ ACTIVITIES : The recent activities that took p - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1886,12 +1886,12 @@ ACTIVITIES : The recent activities that took p - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2439,7 +2439,7 @@ ACTIVITIES : The recent activities that took p - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -2880,7 +2880,7 @@ ACTIVITIES : The recent activities that took p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3166,7 +3166,7 @@ ACTIVITIES : The recent activities that took p - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3389,10 +3389,10 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3827,7 +3827,7 @@ ACTIVITIES : The recent activities that took p - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4431,7 +4431,7 @@ ACTIVITIES : The recent activities that took p - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4845,7 +4845,7 @@ BODYPARAMETER : list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5642,12 +5642,12 @@ BODYPARAMETER : list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5710,12 +5710,12 @@ BODYPARAMETER : list - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5812,12 +5812,12 @@ BODYPARAMETER : list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6289,12 +6289,12 @@ BODYPARAMETER : list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6476,12 +6476,12 @@ BODYPARAMETER : list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6604,12 +6604,12 @@ BODYPARAMETER : list - `[Type ]`: Type of the operation. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7121,7 +7121,7 @@ BODYPARAMETER : list - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7558,7 +7558,7 @@ BODYPARAMETER : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7844,7 +7844,7 @@ BODYPARAMETER : list - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8067,10 +8067,10 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8505,7 +8505,7 @@ BODYPARAMETER : list - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9109,7 +9109,7 @@ BODYPARAMETER : list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9461,7 +9461,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -10265,12 +10265,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10333,12 +10333,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10435,12 +10435,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10883,12 +10883,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11129,12 +11129,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11151,12 +11151,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11255,12 +11255,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11772,7 +11772,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -12209,7 +12209,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12495,7 +12495,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12718,10 +12718,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13156,7 +13156,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13767,7 +13767,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14577,12 +14577,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14624,12 +14624,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14676,12 +14676,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15363,24 +15363,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15519,12 +15519,12 @@ DRIVE : drive - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16036,7 +16036,7 @@ DRIVE : drive - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16473,7 +16473,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16759,7 +16759,7 @@ DRIVE : drive - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -16982,10 +16982,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17420,7 +17420,7 @@ DRIVE : drive - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -18024,7 +18024,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18098,7 +18098,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -18895,12 +18895,12 @@ ITEMS : All items contained in the list. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18963,12 +18963,12 @@ ITEMS : All items contained in the list. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19468,12 +19468,12 @@ ITEMS : All items contained in the list. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19717,12 +19717,12 @@ ITEMS : All items contained in the list. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19739,12 +19739,12 @@ ITEMS : All items contained in the list. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19843,12 +19843,12 @@ ITEMS : All items contained in the list. - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20360,7 +20360,7 @@ ITEMS : All items contained in the list. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20797,7 +20797,7 @@ ITEMS : All items contained in the list. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21083,7 +21083,7 @@ ITEMS : All items contained in the list. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -21306,10 +21306,10 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21744,7 +21744,7 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -22348,7 +22348,7 @@ ITEMS : All items contained in the list. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22393,7 +22393,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -23197,12 +23197,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23265,12 +23265,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23367,12 +23367,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23815,12 +23815,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24061,12 +24061,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24083,12 +24083,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24187,12 +24187,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24704,7 +24704,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -25141,7 +25141,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25427,7 +25427,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25650,10 +25650,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -26088,7 +26088,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListItem.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListItem.md index 836266b18f1..aca4e434a66 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteListItem.md @@ -17,10 +17,10 @@ Create new navigation property to items for sites New-MgSiteListItem -ListId -SiteId [-Activities ] [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-Confirm] [-WhatIf] [] @@ -43,10 +43,10 @@ New-MgSiteListItem -InputObject -BodyParameter [-Activities ] [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-Confirm] [-WhatIf] [] @@ -159,7 +159,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -333,7 +333,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -570,7 +570,7 @@ ACTIVITIES : The list of recent activities tha - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1367,12 +1367,12 @@ ACTIVITIES : The list of recent activities tha - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1403,12 +1403,12 @@ ACTIVITIES : The list of recent activities tha - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1589,12 +1589,12 @@ ACTIVITIES : The list of recent activities tha - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1743,12 +1743,12 @@ ACTIVITIES : The list of recent activities tha - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1765,12 +1765,12 @@ ACTIVITIES : The list of recent activities tha - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1869,12 +1869,12 @@ ACTIVITIES : The list of recent activities tha - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2422,7 +2422,7 @@ ACTIVITIES : The list of recent activities tha - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -2863,7 +2863,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3149,7 +3149,7 @@ ACTIVITIES : The list of recent activities tha - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3372,10 +3372,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3810,7 +3810,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4414,7 +4414,7 @@ ACTIVITIES : The list of recent activities tha - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4844,7 +4844,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5641,12 +5641,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5710,12 +5710,12 @@ ANALYTICS : itemAnalytics - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5770,12 +5770,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6032,12 +6032,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6054,12 +6054,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6158,12 +6158,12 @@ ANALYTICS : itemAnalytics - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6711,7 +6711,7 @@ ANALYTICS : itemAnalytics - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7152,7 +7152,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7438,7 +7438,7 @@ ANALYTICS : itemAnalytics - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -7661,10 +7661,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8099,7 +8099,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -8703,7 +8703,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9124,7 +9124,7 @@ BODYPARAMETER : listItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9921,12 +9921,12 @@ BODYPARAMETER : listItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9989,12 +9989,12 @@ BODYPARAMETER : listItem - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10494,12 +10494,12 @@ BODYPARAMETER : listItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10743,12 +10743,12 @@ BODYPARAMETER : listItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10765,12 +10765,12 @@ BODYPARAMETER : listItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10869,12 +10869,12 @@ BODYPARAMETER : listItem - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11386,7 +11386,7 @@ BODYPARAMETER : listItem - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -11823,7 +11823,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12109,7 +12109,7 @@ BODYPARAMETER : listItem - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12332,10 +12332,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12770,7 +12770,7 @@ BODYPARAMETER : listItem - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13374,7 +13374,7 @@ BODYPARAMETER : listItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -13424,7 +13424,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -14228,12 +14228,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14296,12 +14296,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14398,12 +14398,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14846,12 +14846,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15092,12 +15092,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15114,12 +15114,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15218,12 +15218,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15735,7 +15735,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16172,7 +16172,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16458,7 +16458,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -16681,10 +16681,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17119,7 +17119,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -17761,7 +17761,7 @@ DRIVEITEM : driveItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -18558,12 +18558,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18627,12 +18627,12 @@ DRIVEITEM : driveItem - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18716,12 +18716,12 @@ DRIVEITEM : driveItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18978,12 +18978,12 @@ DRIVEITEM : driveItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19000,12 +19000,12 @@ DRIVEITEM : driveItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19104,12 +19104,12 @@ DRIVEITEM : driveItem - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19657,7 +19657,7 @@ DRIVEITEM : driveItem - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20098,7 +20098,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20384,7 +20384,7 @@ DRIVEITEM : driveItem - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -20607,10 +20607,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21045,7 +21045,7 @@ DRIVEITEM : driveItem - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -21649,7 +21649,7 @@ DRIVEITEM : driveItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22093,7 +22093,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -22897,12 +22897,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22965,12 +22965,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23067,12 +23067,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23515,12 +23515,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23761,12 +23761,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23783,12 +23783,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23887,12 +23887,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24404,7 +24404,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -24841,7 +24841,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25127,7 +25127,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25350,10 +25350,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25788,7 +25788,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSitePage.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSitePage.md index 780f3e938e8..4b0bb274a5a 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSitePage.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSitePage.md @@ -16,12 +16,12 @@ Create new navigation property to pages for sites ``` New-MgSitePage -SiteId [-AdditionalProperties ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-ETag ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] - [-PageLayoutType ] [-ParentReference ] - [-PublishingState ] [-Title ] [-WebParts ] - [-WebUrl ] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-ETag ] + [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedDateTime ] [-Name ] [-PageLayoutType ] + [-ParentReference ] [-PublishingState ] + [-Title ] [-WebParts ] [-WebUrl ] [-Confirm] [-WhatIf] + [] ``` ### Create @@ -40,12 +40,12 @@ New-MgSitePage -InputObject -BodyParameter [-AdditionalProperties ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-ETag ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] - [-PageLayoutType ] [-ParentReference ] - [-PublishingState ] [-Title ] [-WebParts ] - [-WebUrl ] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-ETag ] + [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedDateTime ] [-Name ] [-PageLayoutType ] + [-ParentReference ] [-PublishingState ] + [-Title ] [-WebParts ] [-WebUrl ] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION @@ -123,7 +123,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -234,7 +234,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -449,7 +449,7 @@ BODYPARAMETER : sitePage - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1246,12 +1246,12 @@ BODYPARAMETER : sitePage - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1314,12 +1314,12 @@ BODYPARAMETER : sitePage - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1416,12 +1416,12 @@ BODYPARAMETER : sitePage - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1864,12 +1864,12 @@ BODYPARAMETER : sitePage - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2110,12 +2110,12 @@ BODYPARAMETER : sitePage - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2132,12 +2132,12 @@ BODYPARAMETER : sitePage - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2733,7 +2733,7 @@ BODYPARAMETER : sitePage - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -3170,7 +3170,7 @@ BODYPARAMETER : sitePage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3456,7 +3456,7 @@ BODYPARAMETER : sitePage - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3679,10 +3679,10 @@ BODYPARAMETER : sitePage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4117,7 +4117,7 @@ BODYPARAMETER : sitePage - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4721,7 +4721,7 @@ BODYPARAMETER : sitePage - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4750,7 +4750,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -5554,12 +5554,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5622,12 +5622,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5724,12 +5724,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6172,12 +6172,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6418,12 +6418,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6440,12 +6440,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6544,12 +6544,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7061,7 +7061,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7498,7 +7498,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7784,7 +7784,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8007,10 +8007,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8445,7 +8445,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9092,7 +9092,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -9896,12 +9896,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9964,12 +9964,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10066,12 +10066,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10514,12 +10514,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10760,12 +10760,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10782,12 +10782,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10886,12 +10886,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11403,7 +11403,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -11840,7 +11840,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12126,7 +12126,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12349,10 +12349,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12787,7 +12787,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteTermStoreGroup.md b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteTermStoreGroup.md index aed80e4d4b7..3536f52e44a 100644 --- a/src/Sites/Sites/docs/v1.0-beta/New-MgSiteTermStoreGroup.md +++ b/src/Sites/Sites/docs/v1.0-beta/New-MgSiteTermStoreGroup.md @@ -12,26 +12,26 @@ Create new navigation property to groups for sites ## SYNTAX -### CreateExpanded (Default) +### CreateExpanded1 (Default) ``` New-MgSiteTermStoreGroup -SiteId [-AdditionalProperties ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-ParentSiteId ] [-Scope ] [-Sets ] [-Confirm] [-WhatIf] [] ``` -### Create +### Create1 ``` New-MgSiteTermStoreGroup -SiteId -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentity +### CreateViaIdentity1 ``` New-MgSiteTermStoreGroup -InputObject -BodyParameter [-Confirm] [-WhatIf] [] ``` -### CreateViaIdentityExpanded +### CreateViaIdentityExpanded1 ``` New-MgSiteTermStoreGroup -InputObject [-AdditionalProperties ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Id ] @@ -51,7 +51,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreGroup -Parameter Sets: Create, CreateViaIdentity +Parameter Sets: Create1, CreateViaIdentity1 Aliases: Required: True @@ -83,7 +83,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -98,7 +98,7 @@ Description that gives details on the term usage. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -113,7 +113,7 @@ Name of the group. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -128,7 +128,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -144,7 +144,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 Aliases: Required: True @@ -159,7 +159,7 @@ ID of the parent site of this group. ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -174,7 +174,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -190,7 +190,7 @@ To construct, please use Get-Help -Online and see NOTES section for SETS propert ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreSet1[] -Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: Required: False @@ -205,7 +205,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Create, CreateExpanded +Parameter Sets: Create1, CreateExpanded1 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0-beta/Remove-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0-beta/Remove-MgGroupSiteListItemDocumentSetVersion.md index ee48655e944..24eb0e59d9d 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Remove-MgGroupSiteListItemDocumentSetVersion.md +++ b/src/Sites/Sites/docs/v1.0-beta/Remove-MgGroupSiteListItemDocumentSetVersion.md @@ -12,14 +12,14 @@ Delete navigation property documentSetVersions for groups ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -GroupId -ListId -ListItemId -SiteId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgGroupSiteListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -37,7 +37,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -52,7 +52,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -83,7 +83,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -98,7 +98,7 @@ key: id of list ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -113,7 +113,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -143,7 +143,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0-beta/Remove-MgSiteTermStore.md b/src/Sites/Sites/docs/v1.0-beta/Remove-MgSiteTermStore.md index fe90bb1df41..1abc546dcde 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Remove-MgSiteTermStore.md +++ b/src/Sites/Sites/docs/v1.0-beta/Remove-MgSiteTermStore.md @@ -12,13 +12,13 @@ Delete navigation property termStore for sites ## SYNTAX -### Delete (Default) +### Delete1 (Default) ``` Remove-MgSiteTermStore -SiteId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity +### DeleteViaIdentity1 ``` Remove-MgSiteTermStore -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -52,7 +52,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: DeleteViaIdentity +Parameter Sets: DeleteViaIdentity1 Aliases: Required: True @@ -82,7 +82,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0-beta/Remove-MgSiteTermStoreSetTermRelation.md b/src/Sites/Sites/docs/v1.0-beta/Remove-MgSiteTermStoreSetTermRelation.md index dfe3ad2ffe1..b21670a7b7f 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Remove-MgSiteTermStoreSetTermRelation.md +++ b/src/Sites/Sites/docs/v1.0-beta/Remove-MgSiteTermStoreSetTermRelation.md @@ -12,13 +12,13 @@ Delete navigation property relations for sites ## SYNTAX -### Delete1 (Default) +### Delete2 (Default) ``` Remove-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -TermId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity2 ``` Remove-MgSiteTermStoreSetTermRelation -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -52,7 +52,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: DeleteViaIdentity1 +Parameter Sets: DeleteViaIdentity2 Aliases: Required: True @@ -82,7 +82,7 @@ key: id of relation ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete2 Aliases: Required: True @@ -97,7 +97,7 @@ key: id of set ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete2 Aliases: Required: True @@ -112,7 +112,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete2 Aliases: Required: True @@ -127,7 +127,7 @@ key: id of term ```yaml Type: System.String -Parameter Sets: Delete1 +Parameter Sets: Delete2 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSite.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSite.md index 7de4c455d9e..c69eb79b1a8 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSite.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSite.md @@ -17,11 +17,11 @@ Update the navigation property sites in groups Update-MgGroupSite -GroupId -SiteId [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-Pages ] [-ParentReference ] [-Permissions ] @@ -48,11 +48,11 @@ Update-MgGroupSite -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-Pages ] [-ParentReference ] [-Permissions ] @@ -169,7 +169,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -392,7 +392,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -752,7 +752,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1549,12 +1549,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1618,12 +1618,12 @@ ANALYTICS : itemAnalytics - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1678,12 +1678,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1940,12 +1940,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1962,12 +1962,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2066,12 +2066,12 @@ ANALYTICS : itemAnalytics - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2619,7 +2619,7 @@ ANALYTICS : itemAnalytics - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -3060,7 +3060,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3346,7 +3346,7 @@ ANALYTICS : itemAnalytics - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3569,10 +3569,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4007,7 +4007,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4611,7 +4611,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5032,7 +5032,7 @@ BODYPARAMETER : site - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5829,12 +5829,12 @@ BODYPARAMETER : site - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5897,12 +5897,12 @@ BODYPARAMETER : site - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5999,12 +5999,12 @@ BODYPARAMETER : site - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6447,12 +6447,12 @@ BODYPARAMETER : site - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7259,7 +7259,7 @@ BODYPARAMETER : site - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7696,7 +7696,7 @@ BODYPARAMETER : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7982,7 +7982,7 @@ BODYPARAMETER : site - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8205,10 +8205,10 @@ BODYPARAMETER : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8643,7 +8643,7 @@ BODYPARAMETER : site - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9247,7 +9247,7 @@ BODYPARAMETER : site - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9264,12 +9264,12 @@ BODYPARAMETER : site - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9279,12 +9279,12 @@ BODYPARAMETER : site - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9649,7 +9649,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -10453,12 +10453,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10521,12 +10521,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10623,12 +10623,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11071,12 +11071,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11317,12 +11317,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11339,12 +11339,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11443,12 +11443,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11960,7 +11960,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -12397,7 +12397,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12683,7 +12683,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12906,10 +12906,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13344,7 +13344,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13959,7 +13959,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14769,12 +14769,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14816,12 +14816,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14868,12 +14868,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15555,24 +15555,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15711,12 +15711,12 @@ DRIVE : drive - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16228,7 +16228,7 @@ DRIVE : drive - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16665,7 +16665,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16951,7 +16951,7 @@ DRIVE : drive - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -17174,10 +17174,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17612,7 +17612,7 @@ DRIVE : drive - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -18216,7 +18216,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18253,7 +18253,7 @@ DRIVES : The collection of drives (document libraries) - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -19063,12 +19063,12 @@ DRIVES : The collection of drives (document libraries) - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19110,12 +19110,12 @@ DRIVES : The collection of drives (document libraries) - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19162,12 +19162,12 @@ DRIVES : The collection of drives (document libraries) - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19849,24 +19849,24 @@ DRIVES : The collection of drives (document libraries) - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20005,12 +20005,12 @@ DRIVES : The collection of drives (document libraries) - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20522,7 +20522,7 @@ DRIVES : The collection of drives (document libraries) - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20959,7 +20959,7 @@ DRIVES : The collection of drives (document libraries) - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21245,7 +21245,7 @@ DRIVES : The collection of drives (document libraries) - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -21468,10 +21468,10 @@ DRIVES : The collection of drives (document libraries) - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21906,7 +21906,7 @@ DRIVES : The collection of drives (document libraries) - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -22510,7 +22510,7 @@ DRIVES : The collection of drives (document libraries) - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22719,7 +22719,7 @@ ITEMS : Used to address any item contained in this si - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -23516,12 +23516,12 @@ ITEMS : Used to address any item contained in this si - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23584,12 +23584,12 @@ ITEMS : Used to address any item contained in this si - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23686,12 +23686,12 @@ ITEMS : Used to address any item contained in this si - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24134,12 +24134,12 @@ ITEMS : Used to address any item contained in this si - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24380,12 +24380,12 @@ ITEMS : Used to address any item contained in this si - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24494,12 +24494,12 @@ ITEMS : Used to address any item contained in this si - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -25011,7 +25011,7 @@ ITEMS : Used to address any item contained in this si - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -25448,7 +25448,7 @@ ITEMS : Used to address any item contained in this si - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25734,7 +25734,7 @@ ITEMS : Used to address any item contained in this si - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25957,10 +25957,10 @@ ITEMS : Used to address any item contained in this si - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -26395,7 +26395,7 @@ ITEMS : Used to address any item contained in this si - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -26999,7 +26999,7 @@ ITEMS : Used to address any item contained in this si - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -27014,7 +27014,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -27818,12 +27818,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -27886,12 +27886,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -27988,12 +27988,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28436,12 +28436,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28682,12 +28682,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28704,12 +28704,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28808,12 +28808,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -29325,7 +29325,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -29762,7 +29762,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30048,7 +30048,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -30271,10 +30271,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -30709,7 +30709,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -31319,7 +31319,7 @@ LISTS : The collection of lists under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -32116,12 +32116,12 @@ LISTS : The collection of lists under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32184,12 +32184,12 @@ LISTS : The collection of lists under this site. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32286,12 +32286,12 @@ LISTS : The collection of lists under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32763,12 +32763,12 @@ LISTS : The collection of lists under this site. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32950,12 +32950,12 @@ LISTS : The collection of lists under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -33078,12 +33078,12 @@ LISTS : The collection of lists under this site. - `[Type ]`: Type of the operation. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -33595,7 +33595,7 @@ LISTS : The collection of lists under this site. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -34032,7 +34032,7 @@ LISTS : The collection of lists under this site. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -34318,7 +34318,7 @@ LISTS : The collection of lists under this site. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -34541,10 +34541,10 @@ LISTS : The collection of lists under this site. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -34979,7 +34979,7 @@ LISTS : The collection of lists under this site. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -35583,7 +35583,7 @@ LISTS : The collection of lists under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -35738,7 +35738,7 @@ PAGES : The collection of pages in the SitePages list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -36535,12 +36535,12 @@ PAGES : The collection of pages in the SitePages list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -36603,12 +36603,12 @@ PAGES : The collection of pages in the SitePages list - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -36705,12 +36705,12 @@ PAGES : The collection of pages in the SitePages list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37153,12 +37153,12 @@ PAGES : The collection of pages in the SitePages list - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37399,12 +37399,12 @@ PAGES : The collection of pages in the SitePages list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37421,12 +37421,12 @@ PAGES : The collection of pages in the SitePages list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -38022,7 +38022,7 @@ PAGES : The collection of pages in the SitePages list - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -38459,7 +38459,7 @@ PAGES : The collection of pages in the SitePages list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -38745,7 +38745,7 @@ PAGES : The collection of pages in the SitePages list - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -38968,10 +38968,10 @@ PAGES : The collection of pages in the SitePages list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -39406,7 +39406,7 @@ PAGES : The collection of pages in the SitePages list - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -40010,7 +40010,7 @@ PAGES : The collection of pages in the SitePages list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -40136,7 +40136,7 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -40933,12 +40933,12 @@ SITES : The collection of the sub-sites under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -41001,12 +41001,12 @@ SITES : The collection of the sub-sites under this site. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -41103,12 +41103,12 @@ SITES : The collection of the sub-sites under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -41551,12 +41551,12 @@ SITES : The collection of the sub-sites under this site. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -42363,7 +42363,7 @@ SITES : The collection of the sub-sites under this site. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -42800,7 +42800,7 @@ SITES : The collection of the sub-sites under this site. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -43086,7 +43086,7 @@ SITES : The collection of the sub-sites under this site. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -43309,10 +43309,10 @@ SITES : The collection of the sub-sites under this site. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -43747,7 +43747,7 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -44351,7 +44351,7 @@ SITES : The collection of the sub-sites under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -44368,12 +44368,12 @@ SITES : The collection of the sub-sites under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -44383,12 +44383,12 @@ SITES : The collection of the sub-sites under this site. - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteList.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteList.md index c2b125f0ae5..d78f4c3a55a 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteList.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteList.md @@ -17,10 +17,10 @@ Update the navigation property lists in groups Update-MgGroupSiteList -GroupId -ListId -SiteId [-Activities ] [-AdditionalProperties ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] @@ -44,10 +44,10 @@ Update-MgGroupSiteList -InputObject -BodyParameter [-Activities ] [-AdditionalProperties ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] [-System ] [-WebUrl ] [-PassThru] @@ -161,7 +161,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -334,7 +334,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -633,7 +633,7 @@ ACTIVITIES : The recent activities that took p - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1430,12 +1430,12 @@ ACTIVITIES : The recent activities that took p - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1466,12 +1466,12 @@ ACTIVITIES : The recent activities that took p - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1652,12 +1652,12 @@ ACTIVITIES : The recent activities that took p - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1806,12 +1806,12 @@ ACTIVITIES : The recent activities that took p - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1828,12 +1828,12 @@ ACTIVITIES : The recent activities that took p - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1932,12 +1932,12 @@ ACTIVITIES : The recent activities that took p - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2485,7 +2485,7 @@ ACTIVITIES : The recent activities that took p - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -2926,7 +2926,7 @@ ACTIVITIES : The recent activities that took p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3212,7 +3212,7 @@ ACTIVITIES : The recent activities that took p - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3435,10 +3435,10 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3873,7 +3873,7 @@ ACTIVITIES : The recent activities that took p - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4477,7 +4477,7 @@ ACTIVITIES : The recent activities that took p - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4891,7 +4891,7 @@ BODYPARAMETER : list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5688,12 +5688,12 @@ BODYPARAMETER : list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5756,12 +5756,12 @@ BODYPARAMETER : list - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5858,12 +5858,12 @@ BODYPARAMETER : list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6335,12 +6335,12 @@ BODYPARAMETER : list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6522,12 +6522,12 @@ BODYPARAMETER : list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6650,12 +6650,12 @@ BODYPARAMETER : list - `[Type ]`: Type of the operation. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7167,7 +7167,7 @@ BODYPARAMETER : list - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7604,7 +7604,7 @@ BODYPARAMETER : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7890,7 +7890,7 @@ BODYPARAMETER : list - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8113,10 +8113,10 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8551,7 +8551,7 @@ BODYPARAMETER : list - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9155,7 +9155,7 @@ BODYPARAMETER : list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9507,7 +9507,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -10311,12 +10311,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10379,12 +10379,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10481,12 +10481,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10929,12 +10929,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11175,12 +11175,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11197,12 +11197,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11301,12 +11301,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11818,7 +11818,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -12255,7 +12255,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12541,7 +12541,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12764,10 +12764,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13202,7 +13202,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13813,7 +13813,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14623,12 +14623,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14670,12 +14670,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14722,12 +14722,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15409,24 +15409,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15565,12 +15565,12 @@ DRIVE : drive - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16082,7 +16082,7 @@ DRIVE : drive - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16519,7 +16519,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16805,7 +16805,7 @@ DRIVE : drive - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -17028,10 +17028,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17466,7 +17466,7 @@ DRIVE : drive - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -18070,7 +18070,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18144,7 +18144,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -18941,12 +18941,12 @@ ITEMS : All items contained in the list. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19009,12 +19009,12 @@ ITEMS : All items contained in the list. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19514,12 +19514,12 @@ ITEMS : All items contained in the list. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19763,12 +19763,12 @@ ITEMS : All items contained in the list. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19785,12 +19785,12 @@ ITEMS : All items contained in the list. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19889,12 +19889,12 @@ ITEMS : All items contained in the list. - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20406,7 +20406,7 @@ ITEMS : All items contained in the list. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20843,7 +20843,7 @@ ITEMS : All items contained in the list. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21129,7 +21129,7 @@ ITEMS : All items contained in the list. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -21352,10 +21352,10 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21790,7 +21790,7 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -22394,7 +22394,7 @@ ITEMS : All items contained in the list. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22439,7 +22439,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -23243,12 +23243,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23311,12 +23311,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23413,12 +23413,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23861,12 +23861,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24107,12 +24107,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24129,12 +24129,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24233,12 +24233,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24750,7 +24750,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -25187,7 +25187,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25473,7 +25473,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25696,10 +25696,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -26134,7 +26134,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteListItem.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteListItem.md index ff99d6ddf2c..29d2b79e825 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteListItem.md @@ -17,11 +17,11 @@ Update the navigation property items in groups Update-MgGroupSiteListItem -GroupId -ListId -ListItemId -SiteId [-Activities ] [-AdditionalProperties ] [-Analytics ] [-ContentType ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -44,10 +44,10 @@ Update-MgGroupSiteListItem -InputObject -BodyParameter [-Activities ] [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -160,7 +160,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -349,7 +349,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -616,7 +616,7 @@ ACTIVITIES : The list of recent activities tha - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1413,12 +1413,12 @@ ACTIVITIES : The list of recent activities tha - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1449,12 +1449,12 @@ ACTIVITIES : The list of recent activities tha - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1635,12 +1635,12 @@ ACTIVITIES : The list of recent activities tha - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1789,12 +1789,12 @@ ACTIVITIES : The list of recent activities tha - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1811,12 +1811,12 @@ ACTIVITIES : The list of recent activities tha - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1915,12 +1915,12 @@ ACTIVITIES : The list of recent activities tha - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2468,7 +2468,7 @@ ACTIVITIES : The list of recent activities tha - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -2909,7 +2909,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3195,7 +3195,7 @@ ACTIVITIES : The list of recent activities tha - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3418,10 +3418,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3856,7 +3856,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4460,7 +4460,7 @@ ACTIVITIES : The list of recent activities tha - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4890,7 +4890,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5687,12 +5687,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5756,12 +5756,12 @@ ANALYTICS : itemAnalytics - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5816,12 +5816,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6078,12 +6078,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6100,12 +6100,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6204,12 +6204,12 @@ ANALYTICS : itemAnalytics - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6757,7 +6757,7 @@ ANALYTICS : itemAnalytics - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7198,7 +7198,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7484,7 +7484,7 @@ ANALYTICS : itemAnalytics - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -7707,10 +7707,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8145,7 +8145,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -8749,7 +8749,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9170,7 +9170,7 @@ BODYPARAMETER : listItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9967,12 +9967,12 @@ BODYPARAMETER : listItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10035,12 +10035,12 @@ BODYPARAMETER : listItem - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10540,12 +10540,12 @@ BODYPARAMETER : listItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10789,12 +10789,12 @@ BODYPARAMETER : listItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10811,12 +10811,12 @@ BODYPARAMETER : listItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10915,12 +10915,12 @@ BODYPARAMETER : listItem - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11432,7 +11432,7 @@ BODYPARAMETER : listItem - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -11869,7 +11869,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12155,7 +12155,7 @@ BODYPARAMETER : listItem - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12378,10 +12378,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12816,7 +12816,7 @@ BODYPARAMETER : listItem - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13420,7 +13420,7 @@ BODYPARAMETER : listItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -13470,7 +13470,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -14274,12 +14274,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14342,12 +14342,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14444,12 +14444,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14892,12 +14892,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15138,12 +15138,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15160,12 +15160,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15264,12 +15264,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15781,7 +15781,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16218,7 +16218,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16504,7 +16504,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -16727,10 +16727,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17165,7 +17165,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -17807,7 +17807,7 @@ DRIVEITEM : driveItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -18604,12 +18604,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18673,12 +18673,12 @@ DRIVEITEM : driveItem - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18762,12 +18762,12 @@ DRIVEITEM : driveItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19024,12 +19024,12 @@ DRIVEITEM : driveItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19046,12 +19046,12 @@ DRIVEITEM : driveItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19150,12 +19150,12 @@ DRIVEITEM : driveItem - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19703,7 +19703,7 @@ DRIVEITEM : driveItem - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20144,7 +20144,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20430,7 +20430,7 @@ DRIVEITEM : driveItem - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -20653,10 +20653,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21091,7 +21091,7 @@ DRIVEITEM : driveItem - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -21695,7 +21695,7 @@ DRIVEITEM : driveItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22139,7 +22139,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -22943,12 +22943,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23011,12 +23011,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23113,12 +23113,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23561,12 +23561,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23807,12 +23807,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23829,12 +23829,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23933,12 +23933,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24450,7 +24450,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -24887,7 +24887,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25173,7 +25173,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25396,10 +25396,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25834,7 +25834,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteListItemDocumentSetVersion.md index 97f1aeef655..8931c9a4e82 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteListItemDocumentSetVersion.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSiteListItemDocumentSetVersion.md @@ -12,7 +12,7 @@ Update the navigation property documentSetVersions in groups ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -GroupId -ListId -ListItemId -SiteId [-AdditionalProperties ] [-Comment ] @@ -22,20 +22,20 @@ Update-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -Gro [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -GroupId -ListId -ListItemId -SiteId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgGroupSiteListItemDocumentSetVersion -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgGroupSiteListItemDocumentSetVersion -InputObject [-AdditionalProperties ] [-Comment ] [-CreatedBy ] [-CreatedDateTime ] @@ -57,7 +57,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -73,7 +73,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -88,7 +88,7 @@ Comment about the captured version. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -104,7 +104,7 @@ To construct, please use Get-Help -Online and see NOTES section for CREATEDBY pr ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -119,7 +119,7 @@ Date and time when this version was created. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -134,7 +134,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -149,7 +149,7 @@ fieldValueSet ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -164,7 +164,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -179,7 +179,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -195,7 +195,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -211,7 +211,7 @@ To construct, please use Get-Help -Online and see NOTES section for ITEMS proper ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -227,7 +227,7 @@ To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIED ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -243,7 +243,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -258,7 +258,7 @@ key: id of list ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -273,7 +273,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -304,7 +304,7 @@ To construct, please use Get-Help -Online and see NOTES section for PUBLICATION ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -320,7 +320,7 @@ Default value is false. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -335,7 +335,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSitePage.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSitePage.md index 4eea7135ed2..c03d6bfe39a 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSitePage.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgGroupSitePage.md @@ -16,9 +16,9 @@ Update the navigation property pages in groups ``` Update-MgGroupSitePage -GroupId -SiteId -SitePageId [-AdditionalProperties ] [-ContentType ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-ETag ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-PageLayoutType ] [-ParentReference ] [-PublishingState ] [-Title ] [-WebParts ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] @@ -41,12 +41,12 @@ Update-MgGroupSitePage -InputObject -BodyParameter [-AdditionalProperties ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-ETag ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] - [-PageLayoutType ] [-ParentReference ] - [-PublishingState ] [-Title ] [-WebParts ] - [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-ETag ] + [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedDateTime ] [-Name ] [-PageLayoutType ] + [-ParentReference ] [-PublishingState ] + [-Title ] [-WebParts ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION @@ -124,7 +124,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -250,7 +250,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -495,7 +495,7 @@ BODYPARAMETER : sitePage - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1292,12 +1292,12 @@ BODYPARAMETER : sitePage - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1360,12 +1360,12 @@ BODYPARAMETER : sitePage - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1462,12 +1462,12 @@ BODYPARAMETER : sitePage - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1910,12 +1910,12 @@ BODYPARAMETER : sitePage - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2156,12 +2156,12 @@ BODYPARAMETER : sitePage - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2178,12 +2178,12 @@ BODYPARAMETER : sitePage - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2779,7 +2779,7 @@ BODYPARAMETER : sitePage - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -3216,7 +3216,7 @@ BODYPARAMETER : sitePage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3502,7 +3502,7 @@ BODYPARAMETER : sitePage - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3725,10 +3725,10 @@ BODYPARAMETER : sitePage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4163,7 +4163,7 @@ BODYPARAMETER : sitePage - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4767,7 +4767,7 @@ BODYPARAMETER : sitePage - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4796,7 +4796,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -5600,12 +5600,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5668,12 +5668,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5770,12 +5770,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6218,12 +6218,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6464,12 +6464,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6486,12 +6486,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6590,12 +6590,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7107,7 +7107,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7544,7 +7544,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7830,7 +7830,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8053,10 +8053,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8491,7 +8491,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9138,7 +9138,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -9942,12 +9942,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10010,12 +10010,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10112,12 +10112,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10560,12 +10560,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10806,12 +10806,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10828,12 +10828,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10932,12 +10932,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11449,7 +11449,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -11886,7 +11886,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12172,7 +12172,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12395,10 +12395,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12833,7 +12833,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSite.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSite.md index 3b3e4f72d26..a62f0198936 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSite.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSite.md @@ -16,11 +16,11 @@ Update entity in sites ``` Update-MgSite -SiteId [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-Pages ] [-ParentReference ] @@ -47,11 +47,11 @@ Update-MgSite -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-Pages ] [-ParentReference ] [-Permissions ] @@ -168,7 +168,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -376,7 +376,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -736,7 +736,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1533,12 +1533,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1602,12 +1602,12 @@ ANALYTICS : itemAnalytics - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1662,12 +1662,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1924,12 +1924,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1946,12 +1946,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2050,12 +2050,12 @@ ANALYTICS : itemAnalytics - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2603,7 +2603,7 @@ ANALYTICS : itemAnalytics - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -3044,7 +3044,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3330,7 +3330,7 @@ ANALYTICS : itemAnalytics - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3553,10 +3553,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3991,7 +3991,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4595,7 +4595,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5016,7 +5016,7 @@ BODYPARAMETER : site - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5813,12 +5813,12 @@ BODYPARAMETER : site - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5881,12 +5881,12 @@ BODYPARAMETER : site - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5983,12 +5983,12 @@ BODYPARAMETER : site - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6431,12 +6431,12 @@ BODYPARAMETER : site - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7243,7 +7243,7 @@ BODYPARAMETER : site - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7680,7 +7680,7 @@ BODYPARAMETER : site - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7966,7 +7966,7 @@ BODYPARAMETER : site - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8189,10 +8189,10 @@ BODYPARAMETER : site - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8627,7 +8627,7 @@ BODYPARAMETER : site - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9231,7 +9231,7 @@ BODYPARAMETER : site - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9248,12 +9248,12 @@ BODYPARAMETER : site - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9263,12 +9263,12 @@ BODYPARAMETER : site - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9633,7 +9633,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -10437,12 +10437,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10505,12 +10505,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10607,12 +10607,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11055,12 +11055,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11301,12 +11301,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11323,12 +11323,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11427,12 +11427,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11944,7 +11944,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -12381,7 +12381,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12667,7 +12667,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12890,10 +12890,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13328,7 +13328,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13943,7 +13943,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14753,12 +14753,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14800,12 +14800,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14852,12 +14852,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15539,24 +15539,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15695,12 +15695,12 @@ DRIVE : drive - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16212,7 +16212,7 @@ DRIVE : drive - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16649,7 +16649,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16935,7 +16935,7 @@ DRIVE : drive - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -17158,10 +17158,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17596,7 +17596,7 @@ DRIVE : drive - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -18200,7 +18200,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18237,7 +18237,7 @@ DRIVES : The collection of drives (document libraries) - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -19047,12 +19047,12 @@ DRIVES : The collection of drives (document libraries) - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19094,12 +19094,12 @@ DRIVES : The collection of drives (document libraries) - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19146,12 +19146,12 @@ DRIVES : The collection of drives (document libraries) - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19833,24 +19833,24 @@ DRIVES : The collection of drives (document libraries) - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19989,12 +19989,12 @@ DRIVES : The collection of drives (document libraries) - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20506,7 +20506,7 @@ DRIVES : The collection of drives (document libraries) - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20943,7 +20943,7 @@ DRIVES : The collection of drives (document libraries) - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21229,7 +21229,7 @@ DRIVES : The collection of drives (document libraries) - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -21452,10 +21452,10 @@ DRIVES : The collection of drives (document libraries) - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21890,7 +21890,7 @@ DRIVES : The collection of drives (document libraries) - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -22494,7 +22494,7 @@ DRIVES : The collection of drives (document libraries) - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22703,7 +22703,7 @@ ITEMS : Used to address any item contained in this si - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -23500,12 +23500,12 @@ ITEMS : Used to address any item contained in this si - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23568,12 +23568,12 @@ ITEMS : Used to address any item contained in this si - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23670,12 +23670,12 @@ ITEMS : Used to address any item contained in this si - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24118,12 +24118,12 @@ ITEMS : Used to address any item contained in this si - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24364,12 +24364,12 @@ ITEMS : Used to address any item contained in this si - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24478,12 +24478,12 @@ ITEMS : Used to address any item contained in this si - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24995,7 +24995,7 @@ ITEMS : Used to address any item contained in this si - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -25432,7 +25432,7 @@ ITEMS : Used to address any item contained in this si - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25718,7 +25718,7 @@ ITEMS : Used to address any item contained in this si - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25941,10 +25941,10 @@ ITEMS : Used to address any item contained in this si - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -26379,7 +26379,7 @@ ITEMS : Used to address any item contained in this si - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -26983,7 +26983,7 @@ ITEMS : Used to address any item contained in this si - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -26998,7 +26998,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -27802,12 +27802,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -27870,12 +27870,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -27972,12 +27972,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28420,12 +28420,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28666,12 +28666,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28688,12 +28688,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -28792,12 +28792,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -29309,7 +29309,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -29746,7 +29746,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -30032,7 +30032,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -30255,10 +30255,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -30693,7 +30693,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -31303,7 +31303,7 @@ LISTS : The collection of lists under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -32100,12 +32100,12 @@ LISTS : The collection of lists under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32168,12 +32168,12 @@ LISTS : The collection of lists under this site. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32270,12 +32270,12 @@ LISTS : The collection of lists under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32747,12 +32747,12 @@ LISTS : The collection of lists under this site. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -32934,12 +32934,12 @@ LISTS : The collection of lists under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -33062,12 +33062,12 @@ LISTS : The collection of lists under this site. - `[Type ]`: Type of the operation. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -33579,7 +33579,7 @@ LISTS : The collection of lists under this site. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -34016,7 +34016,7 @@ LISTS : The collection of lists under this site. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -34302,7 +34302,7 @@ LISTS : The collection of lists under this site. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -34525,10 +34525,10 @@ LISTS : The collection of lists under this site. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -34963,7 +34963,7 @@ LISTS : The collection of lists under this site. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -35567,7 +35567,7 @@ LISTS : The collection of lists under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -35722,7 +35722,7 @@ PAGES : The collection of pages in the SitePages list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -36519,12 +36519,12 @@ PAGES : The collection of pages in the SitePages list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -36587,12 +36587,12 @@ PAGES : The collection of pages in the SitePages list - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -36689,12 +36689,12 @@ PAGES : The collection of pages in the SitePages list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37137,12 +37137,12 @@ PAGES : The collection of pages in the SitePages list - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37383,12 +37383,12 @@ PAGES : The collection of pages in the SitePages list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -37405,12 +37405,12 @@ PAGES : The collection of pages in the SitePages list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -38006,7 +38006,7 @@ PAGES : The collection of pages in the SitePages list - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -38443,7 +38443,7 @@ PAGES : The collection of pages in the SitePages list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -38729,7 +38729,7 @@ PAGES : The collection of pages in the SitePages list - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -38952,10 +38952,10 @@ PAGES : The collection of pages in the SitePages list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -39390,7 +39390,7 @@ PAGES : The collection of pages in the SitePages list - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -39994,7 +39994,7 @@ PAGES : The collection of pages in the SitePages list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -40120,7 +40120,7 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -40917,12 +40917,12 @@ SITES : The collection of the sub-sites under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -40985,12 +40985,12 @@ SITES : The collection of the sub-sites under this site. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -41087,12 +41087,12 @@ SITES : The collection of the sub-sites under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -41535,12 +41535,12 @@ SITES : The collection of the sub-sites under this site. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -42347,7 +42347,7 @@ SITES : The collection of the sub-sites under this site. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -42784,7 +42784,7 @@ SITES : The collection of the sub-sites under this site. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -43070,7 +43070,7 @@ SITES : The collection of the sub-sites under this site. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -43293,10 +43293,10 @@ SITES : The collection of the sub-sites under this site. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -43731,7 +43731,7 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -44335,7 +44335,7 @@ SITES : The collection of the sub-sites under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -44352,12 +44352,12 @@ SITES : The collection of the sub-sites under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -44367,12 +44367,12 @@ SITES : The collection of the sub-sites under this site. - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteList.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteList.md index c9d2497914f..65985c832ce 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteList.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteList.md @@ -17,10 +17,10 @@ Update the navigation property lists in sites Update-MgSiteList -ListId -SiteId [-Activities ] [-AdditionalProperties ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] [-System ] [-WebUrl ] [-PassThru] @@ -44,10 +44,10 @@ Update-MgSiteList -InputObject -BodyParameter [-Activities ] [-AdditionalProperties ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] [-System ] [-WebUrl ] [-PassThru] @@ -161,7 +161,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -319,7 +319,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -618,7 +618,7 @@ ACTIVITIES : The recent activities that took p - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1415,12 +1415,12 @@ ACTIVITIES : The recent activities that took p - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1451,12 +1451,12 @@ ACTIVITIES : The recent activities that took p - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1637,12 +1637,12 @@ ACTIVITIES : The recent activities that took p - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1791,12 +1791,12 @@ ACTIVITIES : The recent activities that took p - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1813,12 +1813,12 @@ ACTIVITIES : The recent activities that took p - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1917,12 +1917,12 @@ ACTIVITIES : The recent activities that took p - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2470,7 +2470,7 @@ ACTIVITIES : The recent activities that took p - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -2911,7 +2911,7 @@ ACTIVITIES : The recent activities that took p - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3197,7 +3197,7 @@ ACTIVITIES : The recent activities that took p - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3420,10 +3420,10 @@ ACTIVITIES : The recent activities that took p - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3858,7 +3858,7 @@ ACTIVITIES : The recent activities that took p - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4462,7 +4462,7 @@ ACTIVITIES : The recent activities that took p - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4876,7 +4876,7 @@ BODYPARAMETER : list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5673,12 +5673,12 @@ BODYPARAMETER : list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5741,12 +5741,12 @@ BODYPARAMETER : list - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5843,12 +5843,12 @@ BODYPARAMETER : list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6320,12 +6320,12 @@ BODYPARAMETER : list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6507,12 +6507,12 @@ BODYPARAMETER : list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6635,12 +6635,12 @@ BODYPARAMETER : list - `[Type ]`: Type of the operation. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7152,7 +7152,7 @@ BODYPARAMETER : list - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7589,7 +7589,7 @@ BODYPARAMETER : list - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7875,7 +7875,7 @@ BODYPARAMETER : list - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8098,10 +8098,10 @@ BODYPARAMETER : list - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8536,7 +8536,7 @@ BODYPARAMETER : list - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9140,7 +9140,7 @@ BODYPARAMETER : list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9492,7 +9492,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -10296,12 +10296,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10364,12 +10364,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10466,12 +10466,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10914,12 +10914,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11160,12 +11160,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11182,12 +11182,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11286,12 +11286,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11803,7 +11803,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -12240,7 +12240,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12526,7 +12526,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12749,10 +12749,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -13187,7 +13187,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13798,7 +13798,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14608,12 +14608,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14655,12 +14655,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14707,12 +14707,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15394,24 +15394,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15550,12 +15550,12 @@ DRIVE : drive - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16067,7 +16067,7 @@ DRIVE : drive - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16504,7 +16504,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16790,7 +16790,7 @@ DRIVE : drive - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -17013,10 +17013,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17451,7 +17451,7 @@ DRIVE : drive - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -18055,7 +18055,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18129,7 +18129,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -18926,12 +18926,12 @@ ITEMS : All items contained in the list. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18994,12 +18994,12 @@ ITEMS : All items contained in the list. - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19499,12 +19499,12 @@ ITEMS : All items contained in the list. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19748,12 +19748,12 @@ ITEMS : All items contained in the list. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19770,12 +19770,12 @@ ITEMS : All items contained in the list. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19874,12 +19874,12 @@ ITEMS : All items contained in the list. - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20391,7 +20391,7 @@ ITEMS : All items contained in the list. - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20828,7 +20828,7 @@ ITEMS : All items contained in the list. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -21114,7 +21114,7 @@ ITEMS : All items contained in the list. - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -21337,10 +21337,10 @@ ITEMS : All items contained in the list. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21775,7 +21775,7 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -22379,7 +22379,7 @@ ITEMS : All items contained in the list. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22424,7 +22424,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -23228,12 +23228,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23296,12 +23296,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23398,12 +23398,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23846,12 +23846,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24092,12 +24092,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24114,12 +24114,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24218,12 +24218,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24735,7 +24735,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -25172,7 +25172,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25458,7 +25458,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25681,10 +25681,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -26119,7 +26119,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListItem.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListItem.md index 6f4b8fe1eab..57904f7c0b9 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteListItem.md @@ -17,11 +17,11 @@ Update the navigation property items in sites Update-MgSiteListItem -ListId -ListItemId -SiteId [-Activities ] [-AdditionalProperties ] [-Analytics ] [-ContentType ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -44,10 +44,10 @@ Update-MgSiteListItem -InputObject -BodyParameter [-Activities ] [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] + [-CreatedByUser ] [-CreatedDateTime ] [-Deleted ] [-Description ] [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -160,7 +160,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -334,7 +334,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -601,7 +601,7 @@ ACTIVITIES : The list of recent activities tha - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1398,12 +1398,12 @@ ACTIVITIES : The list of recent activities tha - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1434,12 +1434,12 @@ ACTIVITIES : The list of recent activities tha - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1620,12 +1620,12 @@ ACTIVITIES : The list of recent activities tha - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1774,12 +1774,12 @@ ACTIVITIES : The list of recent activities tha - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1796,12 +1796,12 @@ ACTIVITIES : The list of recent activities tha - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1900,12 +1900,12 @@ ACTIVITIES : The list of recent activities tha - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2453,7 +2453,7 @@ ACTIVITIES : The list of recent activities tha - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -2894,7 +2894,7 @@ ACTIVITIES : The list of recent activities tha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3180,7 +3180,7 @@ ACTIVITIES : The list of recent activities tha - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3403,10 +3403,10 @@ ACTIVITIES : The list of recent activities tha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -3841,7 +3841,7 @@ ACTIVITIES : The list of recent activities tha - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4445,7 +4445,7 @@ ACTIVITIES : The list of recent activities tha - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4875,7 +4875,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -5672,12 +5672,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5741,12 +5741,12 @@ ANALYTICS : itemAnalytics - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5801,12 +5801,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6063,12 +6063,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6085,12 +6085,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6189,12 +6189,12 @@ ANALYTICS : itemAnalytics - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6742,7 +6742,7 @@ ANALYTICS : itemAnalytics - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7183,7 +7183,7 @@ ANALYTICS : itemAnalytics - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7469,7 +7469,7 @@ ANALYTICS : itemAnalytics - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -7692,10 +7692,10 @@ ANALYTICS : itemAnalytics - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8130,7 +8130,7 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -8734,7 +8734,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9155,7 +9155,7 @@ BODYPARAMETER : listItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9952,12 +9952,12 @@ BODYPARAMETER : listItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10020,12 +10020,12 @@ BODYPARAMETER : listItem - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10525,12 +10525,12 @@ BODYPARAMETER : listItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10774,12 +10774,12 @@ BODYPARAMETER : listItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10796,12 +10796,12 @@ BODYPARAMETER : listItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10900,12 +10900,12 @@ BODYPARAMETER : listItem - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11417,7 +11417,7 @@ BODYPARAMETER : listItem - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -11854,7 +11854,7 @@ BODYPARAMETER : listItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12140,7 +12140,7 @@ BODYPARAMETER : listItem - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12363,10 +12363,10 @@ BODYPARAMETER : listItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12801,7 +12801,7 @@ BODYPARAMETER : listItem - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -13405,7 +13405,7 @@ BODYPARAMETER : listItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -13455,7 +13455,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -14259,12 +14259,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14327,12 +14327,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14429,12 +14429,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14877,12 +14877,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15123,12 +15123,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15145,12 +15145,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15249,12 +15249,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15766,7 +15766,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -16203,7 +16203,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16489,7 +16489,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -16712,10 +16712,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -17150,7 +17150,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -17792,7 +17792,7 @@ DRIVEITEM : driveItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -18589,12 +18589,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18658,12 +18658,12 @@ DRIVEITEM : driveItem - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18747,12 +18747,12 @@ DRIVEITEM : driveItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19009,12 +19009,12 @@ DRIVEITEM : driveItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19031,12 +19031,12 @@ DRIVEITEM : driveItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19135,12 +19135,12 @@ DRIVEITEM : driveItem - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19688,7 +19688,7 @@ DRIVEITEM : driveItem - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -20129,7 +20129,7 @@ DRIVEITEM : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20415,7 +20415,7 @@ DRIVEITEM : driveItem - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -20638,10 +20638,10 @@ DRIVEITEM : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -21076,7 +21076,7 @@ DRIVEITEM : driveItem - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -21680,7 +21680,7 @@ DRIVEITEM : driveItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22124,7 +22124,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -22928,12 +22928,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22996,12 +22996,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23098,12 +23098,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23546,12 +23546,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23792,12 +23792,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23814,12 +23814,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -23918,12 +23918,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24435,7 +24435,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -24872,7 +24872,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25158,7 +25158,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -25381,10 +25381,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25819,7 +25819,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSitePage.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSitePage.md index 0daf79eb5d2..9fa989885da 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSitePage.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSitePage.md @@ -16,12 +16,12 @@ Update the navigation property pages in sites ``` Update-MgSitePage -SiteId -SitePageId [-AdditionalProperties ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-ETag ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] - [-PageLayoutType ] [-ParentReference ] - [-PublishingState ] [-Title ] [-WebParts ] - [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-ETag ] + [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedDateTime ] [-Name ] [-PageLayoutType ] + [-ParentReference ] [-PublishingState ] + [-Title ] [-WebParts ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### Update @@ -40,12 +40,12 @@ Update-MgSitePage -InputObject -BodyParameter [-AdditionalProperties ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-ETag ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] - [-PageLayoutType ] [-ParentReference ] - [-PublishingState ] [-Title ] [-WebParts ] - [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-ETag ] + [-Id ] [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedDateTime ] [-Name ] [-PageLayoutType ] + [-ParentReference ] [-PublishingState ] + [-Title ] [-WebParts ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ## DESCRIPTION @@ -123,7 +123,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -234,7 +234,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -479,7 +479,7 @@ BODYPARAMETER : sitePage - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1276,12 +1276,12 @@ BODYPARAMETER : sitePage - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1344,12 +1344,12 @@ BODYPARAMETER : sitePage - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1446,12 +1446,12 @@ BODYPARAMETER : sitePage - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1894,12 +1894,12 @@ BODYPARAMETER : sitePage - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2140,12 +2140,12 @@ BODYPARAMETER : sitePage - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2162,12 +2162,12 @@ BODYPARAMETER : sitePage - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2763,7 +2763,7 @@ BODYPARAMETER : sitePage - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -3200,7 +3200,7 @@ BODYPARAMETER : sitePage - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3486,7 +3486,7 @@ BODYPARAMETER : sitePage - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -3709,10 +3709,10 @@ BODYPARAMETER : sitePage - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -4147,7 +4147,7 @@ BODYPARAMETER : sitePage - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -4751,7 +4751,7 @@ BODYPARAMETER : sitePage - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4780,7 +4780,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -5584,12 +5584,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5652,12 +5652,12 @@ CREATEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5754,12 +5754,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6202,12 +6202,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6448,12 +6448,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6470,12 +6470,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6574,12 +6574,12 @@ CREATEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7091,7 +7091,7 @@ CREATEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -7528,7 +7528,7 @@ CREATEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7814,7 +7814,7 @@ CREATEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -8037,10 +8037,10 @@ CREATEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -8475,7 +8475,7 @@ CREATEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. @@ -9122,7 +9122,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -9926,12 +9926,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9994,12 +9994,12 @@ LASTMODIFIEDBYUSER : user - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10096,12 +10096,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10544,12 +10544,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10790,12 +10790,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10812,12 +10812,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10916,12 +10916,12 @@ LASTMODIFIEDBYUSER : user - `[Operations ]`: The collection of long running operations for the site. - `[Pages ]`: The collection of pages in the SitePages list in this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11433,7 +11433,7 @@ LASTMODIFIEDBYUSER : user - `[AllowUserDeleteMessages ]`: If set to true, users can delete their messages. - `[AllowUserEditMessages ]`: If set to true, users can edit their messages. - `[Operations ]`: The async operations that ran or are running on this team. - - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. + - `[Owners ]`: The list of this team's owners. Currently, when creating a team using application permissions, exactly one owner must be specified. When using user delegated permissions, no owner can be specified (the current user is the owner). Owner must be specified as an object ID (GUID), not a UPN. - `[PermissionGrants ]`: A collection of permissions granted to apps to access the team. - `[Photo ]`: profilePhoto - `[PrimaryChannel ]`: channel @@ -11870,7 +11870,7 @@ LASTMODIFIEDBYUSER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12156,7 +12156,7 @@ LASTMODIFIEDBYUSER : user - `[UserDisplayName ]`: User display name. This property is read-only. - `[UserId ]`: Unique Identifier for the user associated with the device. This property is read-only. - `[UserPrincipalName ]`: Device user principal name. This property is read-only. - - `[Users ]`: The primary users associated with the managed device. + - `[Users ]`: The primary users associated with the managed device. - `[UsersLoggedOn ]`: Indicates the last logged on users of a device. This property is read-only. - `[LastLogOnDateTime ]`: Date time when user logs on - `[UserId ]`: User id @@ -12379,10 +12379,10 @@ LASTMODIFIEDBYUSER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -12817,7 +12817,7 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[AllowAllUsers ]`: If true, all users and groups will be granted access to this printer share. This supersedes the allow lists defined by the allowedUsers and allowedGroups navigation properties. - `[AllowedGroups ]`: The groups whose users have access to print using the printer. - - `[AllowedUsers ]`: The users who have access to print using the 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 - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteTermStore.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteTermStore.md index 4c48dbde67d..59ecd213b6d 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteTermStore.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteTermStore.md @@ -12,26 +12,26 @@ Update the navigation property termStore in sites ## SYNTAX -### UpdateExpanded (Default) +### UpdateExpanded1 (Default) ``` Update-MgSiteTermStore -SiteId [-AdditionalProperties ] [-DefaultLanguageTag ] [-Groups ] [-Id ] [-LanguageTags ] [-Sets ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update +### Update1 ``` Update-MgSiteTermStore -SiteId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity +### UpdateViaIdentity1 ``` Update-MgSiteTermStore -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded +### UpdateViaIdentityExpanded1 ``` Update-MgSiteTermStore -InputObject [-AdditionalProperties ] [-DefaultLanguageTag ] [-Groups ] [-Id ] @@ -51,7 +51,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStore -Parameter Sets: Update, UpdateViaIdentity +Parameter Sets: Update1, UpdateViaIdentity1 Aliases: Required: True @@ -82,7 +82,7 @@ Default language of the term store. ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -98,7 +98,7 @@ To construct, please use Get-Help -Online and see NOTES section for GROUPS prope ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreGroup[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -113,7 +113,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -129,7 +129,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -144,7 +144,7 @@ List of languages for the term store. ```yaml Type: System.String[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -175,7 +175,7 @@ To construct, please use Get-Help -Online and see NOTES section for SETS propert ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreSet1[] -Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -190,7 +190,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteTermStoreSetTermRelation.md b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteTermStoreSetTermRelation.md index 2406791b4f2..d784b5381a4 100644 --- a/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteTermStoreSetTermRelation.md +++ b/src/Sites/Sites/docs/v1.0-beta/Update-MgSiteTermStoreSetTermRelation.md @@ -12,7 +12,7 @@ Update the navigation property relations in sites ## SYNTAX -### UpdateExpanded1 (Default) +### UpdateExpanded2 (Default) ``` Update-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -TermId [-AdditionalProperties ] [-FromTerm ] [-Id ] @@ -20,19 +20,19 @@ Update-MgSiteTermStoreSetTermRelation -RelationId -SetId -Site [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update1 +### Update2 ``` Update-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -TermId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity1 +### UpdateViaIdentity2 ``` Update-MgSiteTermStoreSetTermRelation -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentityExpanded1 +### UpdateViaIdentityExpanded2 ``` Update-MgSiteTermStoreSetTermRelation -InputObject [-AdditionalProperties ] [-FromTerm ] [-Id ] [-Relationship ] @@ -52,7 +52,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateViaIdentityExpanded2 Aliases: Required: False @@ -68,7 +68,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreRelation -Parameter Sets: Update1, UpdateViaIdentity1 +Parameter Sets: Update2, UpdateViaIdentity2 Aliases: Required: True @@ -84,7 +84,7 @@ To construct, please use Get-Help -Online and see NOTES section for FROMTERM pro ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreTerm1 -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateViaIdentityExpanded2 Aliases: Required: False @@ -99,7 +99,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateViaIdentityExpanded2 Aliases: Required: False @@ -115,7 +115,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateViaIdentity2, UpdateViaIdentityExpanded2 Aliases: Required: True @@ -145,7 +145,7 @@ key: id of relation ```yaml Type: System.String -Parameter Sets: Update1, UpdateExpanded1 +Parameter Sets: Update2, UpdateExpanded2 Aliases: Required: True @@ -160,7 +160,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateViaIdentityExpanded2 Aliases: Required: False @@ -176,7 +176,7 @@ To construct, please use Get-Help -Online and see NOTES section for SET properti ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreSet1 -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateViaIdentityExpanded2 Aliases: Required: False @@ -191,7 +191,7 @@ key: id of set ```yaml Type: System.String -Parameter Sets: Update1, UpdateExpanded1 +Parameter Sets: Update2, UpdateExpanded2 Aliases: Required: True @@ -206,7 +206,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Update1, UpdateExpanded1 +Parameter Sets: Update2, UpdateExpanded2 Aliases: Required: True @@ -221,7 +221,7 @@ key: id of term ```yaml Type: System.String -Parameter Sets: Update1, UpdateExpanded1 +Parameter Sets: Update2, UpdateExpanded2 Aliases: Required: True @@ -237,7 +237,7 @@ To construct, please use Get-Help -Online and see NOTES section for TOTERM prope ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreTerm1 -Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Parameter Sets: UpdateExpanded2, UpdateViaIdentityExpanded2 Aliases: Required: False diff --git a/src/Sites/Sites/docs/v1.0/Get-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0/Get-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..8a7ee05206b --- /dev/null +++ b/src/Sites/Sites/docs/v1.0/Get-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,343 @@ +--- +external help file: +Module Name: Microsoft.Graph.Sites +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mggroupsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgGroupSiteListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from groups + +## SYNTAX + +### List (Default) +``` +Get-MgGroupSiteListItemDocumentSetVersion -GroupId -ListId -ListItemId + -SiteId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] + [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] + [] +``` + +### Get +``` +Get-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -GroupId -ListId + -ListItemId -SiteId [-ExpandProperty ] [-Property ] + [] +``` + +### GetViaIdentity +``` +Get-MgGroupSiteListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from groups + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +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 +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Get, List +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.ISitesIdentity +Parameter Sets: GetViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Get, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List +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, List +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List +Aliases: Limit + +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.ISitesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[BaseItemId ]`: key: id of baseItem + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[GroupId1 ]`: key: id of group + - `[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 + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[RelationId ]`: key: id of relation + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SetId ]`: key: id of set + - `[SetId1 ]`: key: id of set + - `[SiteId ]`: key: id of site + - `[SiteId1 ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[StoreId ]`: key: id of store + - `[SubscriptionId ]`: key: id of subscription + - `[TermId ]`: key: id of term + - `[TermId1 ]`: key: id of term + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Sites/Sites/docs/v1.0/Get-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0/Get-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..632a68d3716 --- /dev/null +++ b/src/Sites/Sites/docs/v1.0/Get-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,326 @@ +--- +external help file: +Module Name: Microsoft.Graph.Sites +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/get-mgsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Get-MgSiteListItemDocumentSetVersion + +## SYNOPSIS +Get documentSetVersions from sites + +## SYNTAX + +### List1 (Default) +``` +Get-MgSiteListItemDocumentSetVersion -ListId -ListItemId -SiteId + [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] + [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] +``` + +### Get1 +``` +Get-MgSiteListItemDocumentSetVersion -DocumentSetVersionId -ListId -ListItemId + -SiteId [-ExpandProperty ] [-Property ] [] +``` + +### GetViaIdentity1 +``` +Get-MgSiteListItemDocumentSetVersion -InputObject [-ExpandProperty ] + [-Property ] [] +``` + +## DESCRIPTION +Get documentSetVersions from sites + +## EXAMPLES + +## PARAMETERS + +### -All +List all pages. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CountVariable +Specifies a count of the total number of items in a collection. +By default, this variable will be set in the global scope. + +```yaml +Type: System.String +Parameter Sets: List1 +Aliases: CV + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Get1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ExpandProperty +Expand related entities + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Expand + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Filter +Filter items by property values + +```yaml +Type: System.String +Parameter Sets: List1 +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.ISitesIdentity +Parameter Sets: GetViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Get1, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Get1, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -PageSize +Sets the page size of results. + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Property +Select properties to be returned + +```yaml +Type: System.String[] +Parameter Sets: (All) +Aliases: Select + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Search +Search items by search phrases + +```yaml +Type: System.String +Parameter Sets: List1 +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: Get1, List1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Skip +Skip the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Sort +Order items by property values + +```yaml +Type: System.String[] +Parameter Sets: List1 +Aliases: OrderBy + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Top +Show only the first n items + +```yaml +Type: System.Int32 +Parameter Sets: List1 +Aliases: Limit + +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.ISitesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 + - `[BaseItemId ]`: key: id of baseItem + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[GroupId1 ]`: key: id of group + - `[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 + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[RelationId ]`: key: id of relation + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SetId ]`: key: id of set + - `[SetId1 ]`: key: id of set + - `[SiteId ]`: key: id of site + - `[SiteId1 ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[StoreId ]`: key: id of store + - `[SubscriptionId ]`: key: id of subscription + - `[TermId ]`: key: id of term + - `[TermId1 ]`: key: id of term + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Sites/Sites/docs/v1.0/Get-MgSiteTermStore.md b/src/Sites/Sites/docs/v1.0/Get-MgSiteTermStore.md index 534bc9d99ad..3f0beb7aa99 100644 --- a/src/Sites/Sites/docs/v1.0/Get-MgSiteTermStore.md +++ b/src/Sites/Sites/docs/v1.0/Get-MgSiteTermStore.md @@ -8,22 +8,22 @@ schema: 2.0.0 # Get-MgSiteTermStore ## SYNOPSIS -Get termStore from sites +Get termStores from sites ## SYNTAX -### Get1 (Default) +### Get2 (Default) ``` Get-MgSiteTermStore -SiteId [-ExpandProperty ] [-Property ] [] ``` -### Get2 +### Get ``` Get-MgSiteTermStore -SiteId -StoreId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgSiteTermStore -InputObject [-ExpandProperty ] [-Property ] [] @@ -43,7 +43,7 @@ Get-MgSiteTermStore -SiteId [-ExpandProperty ] [-Filter [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] [-CountVariable ] [-PageSize ] [] ``` -### Get1 +### Get ``` -Get-MgSiteTermStoreGroup -GroupId -SiteId [-ExpandProperty ] +Get-MgSiteTermStoreGroup -GroupId -SiteId -StoreId [-ExpandProperty ] [-Property ] [] ``` ### Get2 ``` -Get-MgSiteTermStoreGroup -GroupId -SiteId -StoreId [-ExpandProperty ] +Get-MgSiteTermStoreGroup -GroupId -SiteId [-ExpandProperty ] [-Property ] [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgSiteTermStoreGroup -InputObject [-ExpandProperty ] [-Property ] [] @@ -43,7 +43,7 @@ Get-MgSiteTermStoreGroup -InputObject [-ExpandProperty ] ``` -### List2 +### List ``` Get-MgSiteTermStoreGroup -SiteId -StoreId [-ExpandProperty ] [-Filter ] [-Property ] [-Search ] [-Skip ] [-Sort ] [-Top ] [-All] @@ -62,7 +62,7 @@ List all pages. ```yaml Type: System.Management.Automation.SwitchParameter -Parameter Sets: List1, List2 +Parameter Sets: List, List2 Aliases: Required: False @@ -78,7 +78,7 @@ By default, this variable will be set in the global scope. ```yaml Type: System.String -Parameter Sets: List1, List2 +Parameter Sets: List, List2 Aliases: CV Required: False @@ -108,7 +108,7 @@ Filter items by property values ```yaml Type: System.String -Parameter Sets: List1, List2 +Parameter Sets: List, List2 Aliases: Required: False @@ -123,7 +123,7 @@ key: id of group ```yaml Type: System.String -Parameter Sets: Get1, Get2 +Parameter Sets: Get, Get2 Aliases: Required: True @@ -139,7 +139,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: GetViaIdentity1, GetViaIdentity2 +Parameter Sets: GetViaIdentity, GetViaIdentity2 Aliases: Required: True @@ -154,7 +154,7 @@ Sets the page size of results. ```yaml Type: System.Int32 -Parameter Sets: List1, List2 +Parameter Sets: List, List2 Aliases: Required: False @@ -184,7 +184,7 @@ Search items by search phrases ```yaml Type: System.String -Parameter Sets: List1, List2 +Parameter Sets: List, List2 Aliases: Required: False @@ -199,7 +199,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Get1, Get2, List1, List2 +Parameter Sets: Get, Get2, List, List2 Aliases: Required: True @@ -214,7 +214,7 @@ Skip the first n items ```yaml Type: System.Int32 -Parameter Sets: List1, List2 +Parameter Sets: List, List2 Aliases: Required: False @@ -229,7 +229,7 @@ Order items by property values ```yaml Type: System.String[] -Parameter Sets: List1, List2 +Parameter Sets: List, List2 Aliases: OrderBy Required: False @@ -244,7 +244,7 @@ key: id of store ```yaml Type: System.String -Parameter Sets: Get2, List2 +Parameter Sets: Get, List Aliases: Required: True @@ -259,7 +259,7 @@ Show only the first n items ```yaml Type: System.Int32 -Parameter Sets: List1, List2 +Parameter Sets: List, List2 Aliases: Limit Required: False diff --git a/src/Sites/Sites/docs/v1.0/Get-MgSiteTermStoreSetTermRelation.md b/src/Sites/Sites/docs/v1.0/Get-MgSiteTermStoreSetTermRelation.md index 7b38c3454d2..ae11f319eca 100644 --- a/src/Sites/Sites/docs/v1.0/Get-MgSiteTermStoreSetTermRelation.md +++ b/src/Sites/Sites/docs/v1.0/Get-MgSiteTermStoreSetTermRelation.md @@ -21,14 +21,14 @@ Get-MgSiteTermStoreSetTermRelation -SetId -SiteId -TermId -SetId -SiteId -StoreId - -TermId [-ExpandProperty ] [-Property ] [] +Get-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -TermId + [-ExpandProperty ] [-Property ] [] ``` -### Get2 +### Get1 ``` -Get-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -TermId - [-ExpandProperty ] [-Property ] [] +Get-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -StoreId + -TermId [-ExpandProperty ] [-Property ] [] ``` ### GetViaIdentity @@ -37,7 +37,7 @@ Get-MgSiteTermStoreSetTermRelation -InputObject [-ExpandPropert [-Property ] [] ``` -### GetViaIdentity2 +### GetViaIdentity1 ``` Get-MgSiteTermStoreSetTermRelation -InputObject [-ExpandProperty ] [-Property ] [] @@ -124,7 +124,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: GetViaIdentity, GetViaIdentity2 +Parameter Sets: GetViaIdentity, GetViaIdentity1 Aliases: Required: True @@ -169,7 +169,7 @@ key: id of relation ```yaml Type: System.String -Parameter Sets: Get, Get2 +Parameter Sets: Get, Get1 Aliases: Required: True @@ -199,7 +199,7 @@ key: id of set ```yaml Type: System.String -Parameter Sets: Get, Get2, List, List2 +Parameter Sets: Get, Get1, List, List2 Aliases: Required: True @@ -214,7 +214,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Get, Get2, List, List2 +Parameter Sets: Get, Get1, List, List2 Aliases: Required: True @@ -259,7 +259,7 @@ key: id of store ```yaml Type: System.String -Parameter Sets: Get, List +Parameter Sets: Get1, List Aliases: Required: True @@ -274,7 +274,7 @@ key: id of term ```yaml Type: System.String -Parameter Sets: Get, Get2, List, List2 +Parameter Sets: Get, Get1, List, List2 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0/Microsoft.Graph.Sites.md b/src/Sites/Sites/docs/v1.0/Microsoft.Graph.Sites.md index f2391d504db..1cd75016172 100644 --- a/src/Sites/Sites/docs/v1.0/Microsoft.Graph.Sites.md +++ b/src/Sites/Sites/docs/v1.0/Microsoft.Graph.Sites.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Sites -Module Guid: fb4d114c-123f-49f0-9ccc-2004aa5ec6d2 +Module Guid: 03128073-70df-4bad-8b7c-114184b95aba Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites Help Version: 1.0.0.0 Locale: en-US @@ -101,6 +101,9 @@ Get items from groups ### [Get-MgGroupSiteListItemAnalytic](Get-MgGroupSiteListItemAnalytic.md) Get analytics from groups +### [Get-MgGroupSiteListItemDocumentSetVersion](Get-MgGroupSiteListItemDocumentSetVersion.md) +Get documentSetVersions from groups + ### [Get-MgGroupSiteListItemDriveItem](Get-MgGroupSiteListItemDriveItem.md) Get driveItem from groups @@ -428,6 +431,9 @@ Invoke function getActivitiesByInterval ### [Get-MgSiteListItemAnalytic](Get-MgSiteListItemAnalytic.md) Get analytics from sites +### [Get-MgSiteListItemDocumentSetVersion](Get-MgSiteListItemDocumentSetVersion.md) +Get documentSetVersions from sites + ### [Get-MgSiteListItemDriveItem](Get-MgSiteListItemDriveItem.md) Get driveItem from sites @@ -459,7 +465,7 @@ Get permissions from sites Invoke function getRecentNotebooks ### [Get-MgSiteTermStore](Get-MgSiteTermStore.md) -Get termStore from sites +Get termStores from sites ### [Get-MgSiteTermStoreGroup](Get-MgSiteTermStoreGroup.md) Get groups from sites @@ -731,6 +737,9 @@ Create new navigation property to columnLinks for groups ### [New-MgGroupSiteListItem](New-MgGroupSiteListItem.md) Create new navigation property to items for groups +### [New-MgGroupSiteListItemDocumentSetVersion](New-MgGroupSiteListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for groups + ### [New-MgGroupSiteListItemVersion](New-MgGroupSiteListItemVersion.md) Create new navigation property to versions for groups @@ -854,6 +863,9 @@ Create new navigation property to columnLinks for sites ### [New-MgSiteListItem](New-MgSiteListItem.md) Create new navigation property to items for sites +### [New-MgSiteListItemDocumentSetVersion](New-MgSiteListItemDocumentSetVersion.md) +Create new navigation property to documentSetVersions for sites + ### [New-MgSiteListItemVersion](New-MgSiteListItemVersion.md) Create new navigation property to versions for sites @@ -980,6 +992,9 @@ Delete navigation property columnLinks for groups ### [Remove-MgGroupSiteListItem](Remove-MgGroupSiteListItem.md) Delete navigation property items for groups +### [Remove-MgGroupSiteListItemDocumentSetVersion](Remove-MgGroupSiteListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for groups + ### [Remove-MgGroupSiteListItemField](Remove-MgGroupSiteListItemField.md) Delete navigation property fields for groups @@ -1115,6 +1130,9 @@ Delete navigation property columnLinks for sites ### [Remove-MgSiteListItem](Remove-MgSiteListItem.md) Delete navigation property items for sites +### [Remove-MgSiteListItemDocumentSetVersion](Remove-MgSiteListItemDocumentSetVersion.md) +Delete navigation property documentSetVersions for sites + ### [Remove-MgSiteListItemField](Remove-MgSiteListItemField.md) Delete navigation property fields for sites @@ -1134,7 +1152,7 @@ Delete navigation property subscriptions for sites Delete navigation property permissions for sites ### [Remove-MgSiteTermStore](Remove-MgSiteTermStore.md) -Delete navigation property termStore for sites +Delete navigation property termStores for sites ### [Remove-MgSiteTermStoreGroup](Remove-MgSiteTermStoreGroup.md) Delete navigation property groups for sites @@ -1217,6 +1235,9 @@ Delete navigation property relations for sites ### [Remove-MgSiteTermStoreSetTermRelation](Remove-MgSiteTermStoreSetTermRelation.md) Delete navigation property relations for sites +### [Restore-MgSiteListItemDocumentSetVersion](Restore-MgSiteListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgSiteListItemVersion](Restore-MgSiteListItemVersion.md) Invoke action restoreVersion @@ -1271,6 +1292,9 @@ Update the navigation property columnLinks in groups ### [Update-MgGroupSiteListItem](Update-MgGroupSiteListItem.md) Update the navigation property items in groups +### [Update-MgGroupSiteListItemDocumentSetVersion](Update-MgGroupSiteListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in groups + ### [Update-MgGroupSiteListItemField](Update-MgGroupSiteListItemField.md) Update the navigation property fields in groups @@ -1409,6 +1433,9 @@ Update the navigation property columnLinks in sites ### [Update-MgSiteListItem](Update-MgSiteListItem.md) Update the navigation property items in sites +### [Update-MgSiteListItemDocumentSetVersion](Update-MgSiteListItemDocumentSetVersion.md) +Update the navigation property documentSetVersions in sites + ### [Update-MgSiteListItemField](Update-MgSiteListItemField.md) Update the navigation property fields in sites @@ -1431,7 +1458,7 @@ Invoke action onenotePatchContent Update the navigation property permissions in sites ### [Update-MgSiteTermStore](Update-MgSiteTermStore.md) -Update the navigation property termStore in sites +Update the navigation property termStores in sites ### [Update-MgSiteTermStoreGroup](Update-MgSiteTermStoreGroup.md) Update the navigation property groups in sites diff --git a/src/Sites/Sites/docs/v1.0/New-MgGroupSite.md b/src/Sites/Sites/docs/v1.0/New-MgGroupSite.md index c31af7bc8af..3c88cb1ce84 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgGroupSite.md +++ b/src/Sites/Sites/docs/v1.0/New-MgGroupSite.md @@ -17,11 +17,11 @@ Create new navigation property to sites for groups New-MgGroupSite -GroupId [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-Error ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-ParentReference ] [-Permissions ] @@ -48,11 +48,11 @@ New-MgGroupSite -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-Error ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-ParentReference ] [-Permissions ] @@ -169,7 +169,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -392,7 +392,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -706,7 +706,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1237,12 +1237,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1272,12 +1272,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1457,12 +1457,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1470,18 +1470,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -1563,12 +1577,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1585,12 +1599,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2862,7 +2876,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3278,7 +3292,7 @@ BODYPARAMETER : site - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -3809,12 +3823,12 @@ BODYPARAMETER : site - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3839,12 +3853,12 @@ BODYPARAMETER : site - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3940,12 +3954,12 @@ BODYPARAMETER : site - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3956,18 +3970,32 @@ BODYPARAMETER : site - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4353,12 +4381,12 @@ BODYPARAMETER : site - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5809,7 +5837,7 @@ BODYPARAMETER : site - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5826,12 +5854,12 @@ BODYPARAMETER : site - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6187,7 +6215,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -6725,12 +6753,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6755,12 +6783,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6856,12 +6884,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6872,18 +6900,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7269,12 +7311,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7514,12 +7556,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7536,12 +7578,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8785,7 +8827,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9329,12 +9371,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9376,12 +9418,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9448,12 +9490,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9464,18 +9506,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -10057,24 +10113,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11336,7 +11392,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11372,7 +11428,7 @@ DRIVES : The collection of drives (document libraries) u - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -11916,12 +11972,12 @@ DRIVES : The collection of drives (document libraries) u - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11963,12 +12019,12 @@ DRIVES : The collection of drives (document libraries) u - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12035,12 +12091,12 @@ DRIVES : The collection of drives (document libraries) u - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12051,18 +12107,32 @@ DRIVES : The collection of drives (document libraries) u - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12644,24 +12714,24 @@ DRIVES : The collection of drives (document libraries) u - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -13923,7 +13993,7 @@ DRIVES : The collection of drives (document libraries) u - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14147,7 +14217,7 @@ ITEMS : Used to address any item contained in this s - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14678,12 +14748,12 @@ ITEMS : Used to address any item contained in this s - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14708,12 +14778,12 @@ ITEMS : Used to address any item contained in this s - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14809,12 +14879,12 @@ ITEMS : Used to address any item contained in this s - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14825,18 +14895,32 @@ ITEMS : Used to address any item contained in this s - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -15222,12 +15306,12 @@ ITEMS : Used to address any item contained in this s - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15467,12 +15551,12 @@ ITEMS : Used to address any item contained in this s - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16719,7 +16803,7 @@ ITEMS : Used to address any item contained in this s - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16734,7 +16818,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -17272,12 +17356,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -17302,12 +17386,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -17403,12 +17487,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -17419,18 +17503,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -17816,12 +17914,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18061,12 +18159,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18083,12 +18181,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19331,7 +19429,7 @@ LISTS : The collection of lists under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -19862,12 +19960,12 @@ LISTS : The collection of lists under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19892,12 +19990,12 @@ LISTS : The collection of lists under this site. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19993,12 +20091,12 @@ LISTS : The collection of lists under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20009,18 +20107,32 @@ LISTS : The collection of lists under this site. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -20435,12 +20547,12 @@ LISTS : The collection of lists under this site. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20636,12 +20748,12 @@ LISTS : The collection of lists under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -21888,7 +22000,7 @@ LISTS : The collection of lists under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22138,7 +22250,7 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -22669,12 +22781,12 @@ SITES : The collection of the sub-sites under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22699,12 +22811,12 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22800,12 +22912,12 @@ SITES : The collection of the sub-sites under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22816,18 +22928,32 @@ SITES : The collection of the sub-sites under this site. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -23213,12 +23339,12 @@ SITES : The collection of the sub-sites under this site. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24669,7 +24795,7 @@ SITES : The collection of the sub-sites under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24686,12 +24812,12 @@ SITES : The collection of the sub-sites under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/New-MgGroupSiteList.md b/src/Sites/Sites/docs/v1.0/New-MgGroupSiteList.md index 7c04f182e7b..53495742e84 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgGroupSiteList.md +++ b/src/Sites/Sites/docs/v1.0/New-MgGroupSiteList.md @@ -16,10 +16,10 @@ Create new navigation property to lists for groups ``` New-MgGroupSiteList -GroupId -SiteId [-AdditionalProperties ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] @@ -42,10 +42,10 @@ New-MgGroupSiteList -InputObject -BodyParameter [-AdditionalProperties ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] @@ -143,7 +143,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -316,7 +316,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -548,7 +548,7 @@ BODYPARAMETER : list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1079,12 +1079,12 @@ BODYPARAMETER : list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1109,12 +1109,12 @@ BODYPARAMETER : list - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1210,12 +1210,12 @@ BODYPARAMETER : list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1226,18 +1226,32 @@ BODYPARAMETER : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -1652,12 +1666,12 @@ BODYPARAMETER : list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1853,12 +1867,12 @@ BODYPARAMETER : list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3105,7 +3119,7 @@ BODYPARAMETER : list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3456,7 +3470,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -3994,12 +4008,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4024,12 +4038,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4125,12 +4139,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4141,18 +4155,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4538,12 +4566,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4783,12 +4811,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4805,12 +4833,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6054,7 +6082,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -6598,12 +6626,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6645,12 +6673,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6717,12 +6745,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6733,18 +6761,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7326,24 +7368,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8605,7 +8647,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8678,7 +8720,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9209,12 +9251,12 @@ ITEMS : All items contained in the list. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9239,12 +9281,12 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9724,12 +9766,12 @@ ITEMS : All items contained in the list. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9972,12 +10014,12 @@ ITEMS : All items contained in the list. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9994,12 +10036,12 @@ ITEMS : All items contained in the list. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11236,7 +11278,7 @@ ITEMS : All items contained in the list. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11244,10 +11286,24 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -11265,7 +11321,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -11803,12 +11859,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11833,12 +11889,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11934,12 +11990,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11950,18 +12006,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12347,12 +12417,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12592,12 +12662,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12614,12 +12684,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/New-MgGroupSiteListItem.md b/src/Sites/Sites/docs/v1.0/New-MgGroupSiteListItem.md index c58b2010476..cf6498da705 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgGroupSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0/New-MgGroupSiteListItem.md @@ -17,12 +17,12 @@ Create new navigation property to items for groups New-MgGroupSiteListItem -GroupId -ListId -SiteId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] - [-LastModifiedDateTime ] [-Name ] [-ParentReference ] - [-SharepointIds ] [-Versions ] - [-WebUrl ] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] + [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-ParentReference ] [-SharepointIds ] + [-Versions ] [-WebUrl ] [-Confirm] [-WhatIf] [] ``` ### Create @@ -41,10 +41,11 @@ New-MgGroupSiteListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] - [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedBy ] [-CreatedByUser ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-Confirm] [-WhatIf] [] ``` @@ -140,7 +141,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -183,6 +184,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveItem driveItem To construct, please use Get-Help -Online and see NOTES section for DRIVEITEM properties and create a hash table. @@ -297,7 +314,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded, CreateViaIdentityExpanded Aliases: @@ -513,7 +530,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1044,12 +1061,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1079,12 +1096,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1264,12 +1281,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1277,18 +1294,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -1370,12 +1401,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1392,12 +1423,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2669,7 +2700,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3085,7 +3116,7 @@ BODYPARAMETER : listItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -3616,12 +3647,12 @@ BODYPARAMETER : listItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3646,12 +3677,12 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4131,12 +4162,12 @@ BODYPARAMETER : listItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4379,12 +4410,12 @@ BODYPARAMETER : listItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4401,12 +4432,12 @@ BODYPARAMETER : listItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5643,7 +5674,7 @@ BODYPARAMETER : listItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5651,10 +5682,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -5677,7 +5722,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -6215,12 +6260,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6245,12 +6290,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6346,12 +6391,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6362,18 +6407,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6759,12 +6818,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7004,12 +7063,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7026,12 +7085,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8265,6 +8324,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -8275,7 +8361,7 @@ DRIVEITEM : driveItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -8806,12 +8892,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8841,12 +8927,12 @@ DRIVEITEM : driveItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9026,12 +9112,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9068,18 +9154,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9161,12 +9261,12 @@ DRIVEITEM : driveItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9183,12 +9283,12 @@ DRIVEITEM : driveItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10460,7 +10560,7 @@ DRIVEITEM : driveItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10899,7 +10999,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -11437,12 +11537,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11467,12 +11567,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11568,12 +11668,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11584,18 +11684,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11981,12 +12095,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12226,12 +12340,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12248,12 +12362,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/New-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0/New-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..971e2ed3aac --- /dev/null +++ b/src/Sites/Sites/docs/v1.0/New-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,464 @@ +--- +external help file: +Module Name: Microsoft.Graph.Sites +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mggroupsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgGroupSiteListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for groups + +## SYNTAX + +### CreateExpanded (Default) +``` +New-MgGroupSiteListItemDocumentSetVersion -GroupId -ListId -ListItemId + -SiteId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create +``` +New-MgGroupSiteListItemDocumentSetVersion -GroupId -ListId -ListItemId + -SiteId -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity +``` +New-MgGroupSiteListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded +``` +New-MgGroupSiteListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for groups + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create, CreateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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.ISitesIdentity +Parameter Sets: CreateViaIdentity, CreateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Create, CreateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded, CreateViaIdentityExpanded +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: Create, CreateExpanded +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.IMicrosoftGraphDocumentSetVersion + +### Microsoft.Graph.PowerShell.Models.ISitesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[BaseItemId ]`: key: id of baseItem + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[GroupId1 ]`: key: id of group + - `[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 + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[RelationId ]`: key: id of relation + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SetId ]`: key: id of set + - `[SetId1 ]`: key: id of set + - `[SiteId ]`: key: id of site + - `[SiteId1 ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[StoreId ]`: key: id of store + - `[SubscriptionId ]`: key: id of subscription + - `[TermId ]`: key: id of term + - `[TermId1 ]`: key: id of term + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteList.md b/src/Sites/Sites/docs/v1.0/New-MgSiteList.md index f020bd118b6..d28778735f0 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteList.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteList.md @@ -16,10 +16,10 @@ Create new navigation property to lists for sites ``` New-MgSiteList -SiteId [-AdditionalProperties ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] @@ -42,10 +42,10 @@ New-MgSiteList -InputObject -BodyParameter [-AdditionalProperties ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] @@ -143,7 +143,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -301,7 +301,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -533,7 +533,7 @@ BODYPARAMETER : list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1064,12 +1064,12 @@ BODYPARAMETER : list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1094,12 +1094,12 @@ BODYPARAMETER : list - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1195,12 +1195,12 @@ BODYPARAMETER : list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1211,18 +1211,32 @@ BODYPARAMETER : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -1637,12 +1651,12 @@ BODYPARAMETER : list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1838,12 +1852,12 @@ BODYPARAMETER : list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3090,7 +3104,7 @@ BODYPARAMETER : list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3441,7 +3455,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -3979,12 +3993,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4009,12 +4023,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4110,12 +4124,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4126,18 +4140,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4523,12 +4551,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4768,12 +4796,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4790,12 +4818,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6039,7 +6067,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -6583,12 +6611,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6630,12 +6658,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6702,12 +6730,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6718,18 +6746,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7311,24 +7353,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8590,7 +8632,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8663,7 +8705,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9194,12 +9236,12 @@ ITEMS : All items contained in the list. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9224,12 +9266,12 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9709,12 +9751,12 @@ ITEMS : All items contained in the list. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9957,12 +9999,12 @@ ITEMS : All items contained in the list. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9979,12 +10021,12 @@ ITEMS : All items contained in the list. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11221,7 +11263,7 @@ ITEMS : All items contained in the list. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11229,10 +11271,24 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -11250,7 +11306,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -11788,12 +11844,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11818,12 +11874,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11919,12 +11975,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11935,18 +11991,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12332,12 +12402,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12577,12 +12647,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12599,12 +12669,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteListItem.md b/src/Sites/Sites/docs/v1.0/New-MgSiteListItem.md index 79887578533..0a8eea1c84d 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteListItem.md @@ -16,10 +16,11 @@ Create new navigation property to items for sites ``` New-MgSiteListItem -ListId -SiteId [-AdditionalProperties ] [-Analytics ] [-ContentType ] - [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedBy ] [-CreatedByUser ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-Confirm] [-WhatIf] [] ``` @@ -40,10 +41,11 @@ New-MgSiteListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] - [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedBy ] [-CreatedByUser ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-Confirm] [-WhatIf] [] ``` @@ -139,7 +141,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -182,6 +184,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveItem driveItem To construct, please use Get-Help -Online and see NOTES section for DRIVEITEM properties and create a hash table. @@ -281,7 +299,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 Aliases: @@ -497,7 +515,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1028,12 +1046,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1063,12 +1081,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1248,12 +1266,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1261,18 +1279,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -1354,12 +1386,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1376,12 +1408,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2653,7 +2685,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3069,7 +3101,7 @@ BODYPARAMETER : listItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -3600,12 +3632,12 @@ BODYPARAMETER : listItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3630,12 +3662,12 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4115,12 +4147,12 @@ BODYPARAMETER : listItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4363,12 +4395,12 @@ BODYPARAMETER : listItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4385,12 +4417,12 @@ BODYPARAMETER : listItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5627,7 +5659,7 @@ BODYPARAMETER : listItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5635,10 +5667,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -5661,7 +5707,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -6199,12 +6245,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6229,12 +6275,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6330,12 +6376,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6346,18 +6392,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6743,12 +6803,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6988,12 +7048,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7010,12 +7070,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8249,6 +8309,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -8259,7 +8346,7 @@ DRIVEITEM : driveItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -8790,12 +8877,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8825,12 +8912,12 @@ DRIVEITEM : driveItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9010,12 +9097,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9052,18 +9139,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9145,12 +9246,12 @@ DRIVEITEM : driveItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9167,12 +9268,12 @@ DRIVEITEM : driveItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10444,7 +10545,7 @@ DRIVEITEM : driveItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10883,7 +10984,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -11421,12 +11522,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11451,12 +11552,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11552,12 +11653,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11568,18 +11669,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11965,12 +12080,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12210,12 +12325,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12232,12 +12347,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0/New-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..be52612bbd9 --- /dev/null +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,449 @@ +--- +external help file: +Module Name: Microsoft.Graph.Sites +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/new-mgsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# New-MgSiteListItemDocumentSetVersion + +## SYNOPSIS +Create new navigation property to documentSetVersions for sites + +## SYNTAX + +### CreateExpanded1 (Default) +``` +New-MgSiteListItemDocumentSetVersion -ListId -ListItemId -SiteId + [-AdditionalProperties ] [-Comment ] [-CreatedBy ] + [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] [] +``` + +### Create1 +``` +New-MgSiteListItemDocumentSetVersion -ListId -ListItemId -SiteId + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentity1 +``` +New-MgSiteListItemDocumentSetVersion -InputObject + -BodyParameter [-Confirm] [-WhatIf] [] +``` + +### CreateViaIdentityExpanded1 +``` +New-MgSiteListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Create new navigation property to documentSetVersions for sites + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Create1, CreateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +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.ISitesIdentity +Parameter Sets: CreateViaIdentity1, CreateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Create1, CreateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Create1, CreateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: CreateExpanded1, CreateViaIdentityExpanded1 +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: Create1, CreateExpanded1 +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.IMicrosoftGraphDocumentSetVersion + +### Microsoft.Graph.PowerShell.Models.ISitesIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[BaseItemId ]`: key: id of baseItem + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[GroupId1 ]`: key: id of group + - `[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 + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[RelationId ]`: key: id of relation + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SetId ]`: key: id of set + - `[SetId1 ]`: key: id of set + - `[SiteId ]`: key: id of site + - `[SiteId1 ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[StoreId ]`: key: id of store + - `[SubscriptionId ]`: key: id of subscription + - `[TermId ]`: key: id of term + - `[TermId1 ]`: key: id of term + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Sites/Sites/docs/v1.0/New-MgSiteTermStoreGroup.md b/src/Sites/Sites/docs/v1.0/New-MgSiteTermStoreGroup.md index eedcd86e8b0..f23ddcb80a7 100644 --- a/src/Sites/Sites/docs/v1.0/New-MgSiteTermStoreGroup.md +++ b/src/Sites/Sites/docs/v1.0/New-MgSiteTermStoreGroup.md @@ -12,26 +12,26 @@ Create new navigation property to groups for sites ## SYNTAX -### CreateExpanded1 (Default) +### CreateExpanded2 (Default) ``` New-MgSiteTermStoreGroup -SiteId [-AdditionalProperties ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Id ] [-ParentSiteId ] [-Scope ] [-Sets ] [-Confirm] [-WhatIf] [] ``` -### Create1 +### Create ``` -New-MgSiteTermStoreGroup -SiteId -BodyParameter [-Confirm] [-WhatIf] - [] +New-MgSiteTermStoreGroup -SiteId -StoreId -BodyParameter + [-Confirm] [-WhatIf] [] ``` ### Create2 ``` -New-MgSiteTermStoreGroup -SiteId -StoreId -BodyParameter - [-Confirm] [-WhatIf] [] +New-MgSiteTermStoreGroup -SiteId -BodyParameter [-Confirm] [-WhatIf] + [] ``` -### CreateExpanded2 +### CreateExpanded ``` New-MgSiteTermStoreGroup -SiteId -StoreId [-AdditionalProperties ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Id ] @@ -39,7 +39,7 @@ New-MgSiteTermStoreGroup -SiteId -StoreId [-AdditionalProperti [] ``` -### CreateViaIdentity1 +### CreateViaIdentity ``` New-MgSiteTermStoreGroup -InputObject -BodyParameter [-Confirm] [-WhatIf] [] @@ -51,7 +51,7 @@ New-MgSiteTermStoreGroup -InputObject -BodyParameter ] ``` -### CreateViaIdentityExpanded1 +### CreateViaIdentityExpanded ``` New-MgSiteTermStoreGroup -InputObject [-AdditionalProperties ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Id ] @@ -79,7 +79,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: CreateExpanded1, CreateExpanded2, CreateViaIdentityExpanded1, CreateViaIdentityExpanded2 +Parameter Sets: CreateExpanded, CreateExpanded2, CreateViaIdentityExpanded, CreateViaIdentityExpanded2 Aliases: Required: False @@ -95,7 +95,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreGroup1 -Parameter Sets: Create1, Create2, CreateViaIdentity1, CreateViaIdentity2 +Parameter Sets: Create, Create2, CreateViaIdentity, CreateViaIdentity2 Aliases: Required: True @@ -111,7 +111,7 @@ Read-only. ```yaml Type: System.DateTime -Parameter Sets: CreateExpanded1, CreateExpanded2, CreateViaIdentityExpanded1, CreateViaIdentityExpanded2 +Parameter Sets: CreateExpanded, CreateExpanded2, CreateViaIdentityExpanded, CreateViaIdentityExpanded2 Aliases: Required: False @@ -126,7 +126,7 @@ Description that gives details on the term usage. ```yaml Type: System.String -Parameter Sets: CreateExpanded1, CreateExpanded2, CreateViaIdentityExpanded1, CreateViaIdentityExpanded2 +Parameter Sets: CreateExpanded, CreateExpanded2, CreateViaIdentityExpanded, CreateViaIdentityExpanded2 Aliases: Required: False @@ -141,7 +141,7 @@ Name of the group. ```yaml Type: System.String -Parameter Sets: CreateExpanded1, CreateExpanded2, CreateViaIdentityExpanded1, CreateViaIdentityExpanded2 +Parameter Sets: CreateExpanded, CreateExpanded2, CreateViaIdentityExpanded, CreateViaIdentityExpanded2 Aliases: Required: False @@ -156,7 +156,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded1, CreateExpanded2, CreateViaIdentityExpanded1, CreateViaIdentityExpanded2 +Parameter Sets: CreateExpanded, CreateExpanded2, CreateViaIdentityExpanded, CreateViaIdentityExpanded2 Aliases: Required: False @@ -172,7 +172,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: CreateViaIdentity1, CreateViaIdentity2, CreateViaIdentityExpanded1, CreateViaIdentityExpanded2 +Parameter Sets: CreateViaIdentity, CreateViaIdentity2, CreateViaIdentityExpanded, CreateViaIdentityExpanded2 Aliases: Required: True @@ -187,7 +187,7 @@ ID of the parent site of this group. ```yaml Type: System.String -Parameter Sets: CreateExpanded1, CreateExpanded2, CreateViaIdentityExpanded1, CreateViaIdentityExpanded2 +Parameter Sets: CreateExpanded, CreateExpanded2, CreateViaIdentityExpanded, CreateViaIdentityExpanded2 Aliases: Required: False @@ -202,7 +202,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: CreateExpanded1, CreateExpanded2, CreateViaIdentityExpanded1, CreateViaIdentityExpanded2 +Parameter Sets: CreateExpanded, CreateExpanded2, CreateViaIdentityExpanded, CreateViaIdentityExpanded2 Aliases: Required: False @@ -218,7 +218,7 @@ To construct, please use Get-Help -Online and see NOTES section for SETS propert ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreSet[] -Parameter Sets: CreateExpanded1, CreateExpanded2, CreateViaIdentityExpanded1, CreateViaIdentityExpanded2 +Parameter Sets: CreateExpanded, CreateExpanded2, CreateViaIdentityExpanded, CreateViaIdentityExpanded2 Aliases: Required: False @@ -233,7 +233,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Create1, Create2, CreateExpanded1, CreateExpanded2 +Parameter Sets: Create, Create2, CreateExpanded, CreateExpanded2 Aliases: Required: True @@ -248,7 +248,7 @@ key: id of store ```yaml Type: System.String -Parameter Sets: Create2, CreateExpanded2 +Parameter Sets: Create, CreateExpanded Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0/Remove-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0/Remove-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..ee48655e944 --- /dev/null +++ b/src/Sites/Sites/docs/v1.0/Remove-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,245 @@ +--- +external help file: +Module Name: Microsoft.Graph.Sites +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/remove-mggroupsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgGroupSiteListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for groups + +## SYNTAX + +### Delete (Default) +``` +Remove-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -GroupId -ListId + -ListItemId -SiteId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### DeleteViaIdentity +``` +Remove-MgGroupSiteListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for groups + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.ISitesIdentity +Parameter Sets: DeleteViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Delete +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Delete +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 +``` + +### -SiteId +key: id of site + +```yaml +Type: System.String +Parameter Sets: Delete +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.ISitesIdentity + +## 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 + - `[BaseItemId ]`: key: id of baseItem + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[GroupId1 ]`: key: id of group + - `[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 + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[RelationId ]`: key: id of relation + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SetId ]`: key: id of set + - `[SetId1 ]`: key: id of set + - `[SiteId ]`: key: id of site + - `[SiteId1 ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[StoreId ]`: key: id of store + - `[SubscriptionId ]`: key: id of subscription + - `[TermId ]`: key: id of term + - `[TermId1 ]`: key: id of term + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Sites/Sites/docs/v1.0/Remove-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0/Remove-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..f708904499e --- /dev/null +++ b/src/Sites/Sites/docs/v1.0/Remove-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,229 @@ +--- +external help file: +Module Name: Microsoft.Graph.Sites +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/remove-mgsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Remove-MgSiteListItemDocumentSetVersion + +## SYNOPSIS +Delete navigation property documentSetVersions for sites + +## SYNTAX + +### Delete1 (Default) +``` +Remove-MgSiteListItemDocumentSetVersion -DocumentSetVersionId -ListId -ListItemId + -SiteId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### DeleteViaIdentity1 +``` +Remove-MgSiteListItemDocumentSetVersion -InputObject [-IfMatch ] [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +## DESCRIPTION +Delete navigation property documentSetVersions for sites + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -IfMatch +ETag + +```yaml +Type: System.String +Parameter Sets: (All) +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.ISitesIdentity +Parameter Sets: DeleteViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Delete1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Delete1 +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 +``` + +### -SiteId +key: id of site + +```yaml +Type: System.String +Parameter Sets: Delete1 +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.ISitesIdentity + +## 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 + - `[BaseItemId ]`: key: id of baseItem + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[GroupId1 ]`: key: id of group + - `[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 + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[RelationId ]`: key: id of relation + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SetId ]`: key: id of set + - `[SetId1 ]`: key: id of set + - `[SiteId ]`: key: id of site + - `[SiteId1 ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[StoreId ]`: key: id of store + - `[SubscriptionId ]`: key: id of subscription + - `[TermId ]`: key: id of term + - `[TermId1 ]`: key: id of term + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Sites/Sites/docs/v1.0/Remove-MgSiteTermStore.md b/src/Sites/Sites/docs/v1.0/Remove-MgSiteTermStore.md index 5b468982779..1d7cd08f284 100644 --- a/src/Sites/Sites/docs/v1.0/Remove-MgSiteTermStore.md +++ b/src/Sites/Sites/docs/v1.0/Remove-MgSiteTermStore.md @@ -8,23 +8,23 @@ schema: 2.0.0 # Remove-MgSiteTermStore ## SYNOPSIS -Delete navigation property termStore for sites +Delete navigation property termStores for sites ## SYNTAX -### Delete1 (Default) +### Delete2 (Default) ``` Remove-MgSiteTermStore -SiteId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Delete2 +### Delete ``` Remove-MgSiteTermStore -SiteId -StoreId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### DeleteViaIdentity1 +### DeleteViaIdentity ``` Remove-MgSiteTermStore -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -37,7 +37,7 @@ Remove-MgSiteTermStore -InputObject [-IfMatch ] [-PassT ``` ## DESCRIPTION -Delete navigation property termStore for sites +Delete navigation property termStores for sites ## EXAMPLES @@ -64,7 +64,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: DeleteViaIdentity1, DeleteViaIdentity2 +Parameter Sets: DeleteViaIdentity, DeleteViaIdentity2 Aliases: Required: True @@ -94,7 +94,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Delete1, Delete2 +Parameter Sets: Delete, Delete2 Aliases: Required: True @@ -109,7 +109,7 @@ key: id of store ```yaml Type: System.String -Parameter Sets: Delete2 +Parameter Sets: Delete Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0/Remove-MgSiteTermStoreSetTermRelation.md b/src/Sites/Sites/docs/v1.0/Remove-MgSiteTermStoreSetTermRelation.md index 78f3bece48d..6f368de8209 100644 --- a/src/Sites/Sites/docs/v1.0/Remove-MgSiteTermStoreSetTermRelation.md +++ b/src/Sites/Sites/docs/v1.0/Remove-MgSiteTermStoreSetTermRelation.md @@ -12,13 +12,13 @@ Delete navigation property relations for sites ## SYNTAX -### Delete2 (Default) +### Delete (Default) ``` Remove-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -TermId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Delete +### Delete1 ``` Remove-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -StoreId -TermId [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -30,7 +30,7 @@ Remove-MgSiteTermStoreSetTermRelation -InputObject [-IfMatch ] ``` -### DeleteViaIdentity2 +### DeleteViaIdentity1 ``` Remove-MgSiteTermStoreSetTermRelation -InputObject [-IfMatch ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -64,7 +64,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: DeleteViaIdentity, DeleteViaIdentity2 +Parameter Sets: DeleteViaIdentity, DeleteViaIdentity1 Aliases: Required: True @@ -94,7 +94,7 @@ key: id of relation ```yaml Type: System.String -Parameter Sets: Delete, Delete2 +Parameter Sets: Delete, Delete1 Aliases: Required: True @@ -109,7 +109,7 @@ key: id of set ```yaml Type: System.String -Parameter Sets: Delete, Delete2 +Parameter Sets: Delete, Delete1 Aliases: Required: True @@ -124,7 +124,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Delete, Delete2 +Parameter Sets: Delete, Delete1 Aliases: Required: True @@ -139,7 +139,7 @@ key: id of store ```yaml Type: System.String -Parameter Sets: Delete +Parameter Sets: Delete1 Aliases: Required: True @@ -154,7 +154,7 @@ key: id of term ```yaml Type: System.String -Parameter Sets: Delete, Delete2 +Parameter Sets: Delete, Delete1 Aliases: Required: True diff --git a/src/Sites/Sites/docs/v1.0/Restore-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0/Restore-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..644227e6be8 --- /dev/null +++ b/src/Sites/Sites/docs/v1.0/Restore-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,214 @@ +--- +external help file: +Module Name: Microsoft.Graph.Sites +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/restore-mgsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgSiteListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore1 (Default) +``` +Restore-MgSiteListItemDocumentSetVersion -DocumentSetVersionId -ListId -ListItemId + -SiteId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity1 +``` +Restore-MgSiteListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore1 +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.ISitesIdentity +Parameter Sets: RestoreViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Restore1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Restore1 +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 +``` + +### -SiteId +key: id of site + +```yaml +Type: System.String +Parameter Sets: Restore1 +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.ISitesIdentity + +## 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 + - `[BaseItemId ]`: key: id of baseItem + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[GroupId1 ]`: key: id of group + - `[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 + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[RelationId ]`: key: id of relation + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SetId ]`: key: id of set + - `[SetId1 ]`: key: id of set + - `[SiteId ]`: key: id of site + - `[SiteId1 ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[StoreId ]`: key: id of store + - `[SubscriptionId ]`: key: id of subscription + - `[TermId ]`: key: id of term + - `[TermId1 ]`: key: id of term + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Sites/Sites/docs/v1.0/Update-MgGroupSite.md b/src/Sites/Sites/docs/v1.0/Update-MgGroupSite.md index eb99923bf6e..4783a1a9d62 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgGroupSite.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgGroupSite.md @@ -17,11 +17,11 @@ Update the navigation property sites in groups Update-MgGroupSite -GroupId -SiteId [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-Error ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-ParentReference ] [-Permissions ] @@ -48,11 +48,11 @@ Update-MgGroupSite -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-Error ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-ParentReference ] [-Permissions ] @@ -169,7 +169,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -392,7 +392,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -736,7 +736,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1267,12 +1267,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1302,12 +1302,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1487,12 +1487,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1500,18 +1500,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -1593,12 +1607,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1615,12 +1629,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2892,7 +2906,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3308,7 +3322,7 @@ BODYPARAMETER : site - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -3839,12 +3853,12 @@ BODYPARAMETER : site - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3869,12 +3883,12 @@ BODYPARAMETER : site - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3970,12 +3984,12 @@ BODYPARAMETER : site - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3986,18 +4000,32 @@ BODYPARAMETER : site - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4383,12 +4411,12 @@ BODYPARAMETER : site - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5839,7 +5867,7 @@ BODYPARAMETER : site - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5856,12 +5884,12 @@ BODYPARAMETER : site - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6217,7 +6245,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -6755,12 +6783,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6785,12 +6813,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6886,12 +6914,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6902,18 +6930,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7299,12 +7341,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7544,12 +7586,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7566,12 +7608,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8815,7 +8857,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9359,12 +9401,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9406,12 +9448,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9478,12 +9520,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9494,18 +9536,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -10087,24 +10143,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11366,7 +11422,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11402,7 +11458,7 @@ DRIVES : The collection of drives (document libraries) u - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -11946,12 +12002,12 @@ DRIVES : The collection of drives (document libraries) u - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11993,12 +12049,12 @@ DRIVES : The collection of drives (document libraries) u - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12065,12 +12121,12 @@ DRIVES : The collection of drives (document libraries) u - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12081,18 +12137,32 @@ DRIVES : The collection of drives (document libraries) u - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12674,24 +12744,24 @@ DRIVES : The collection of drives (document libraries) u - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -13953,7 +14023,7 @@ DRIVES : The collection of drives (document libraries) u - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14177,7 +14247,7 @@ ITEMS : Used to address any item contained in this s - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14708,12 +14778,12 @@ ITEMS : Used to address any item contained in this s - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14738,12 +14808,12 @@ ITEMS : Used to address any item contained in this s - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14839,12 +14909,12 @@ ITEMS : Used to address any item contained in this s - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14855,18 +14925,32 @@ ITEMS : Used to address any item contained in this s - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -15252,12 +15336,12 @@ ITEMS : Used to address any item contained in this s - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15497,12 +15581,12 @@ ITEMS : Used to address any item contained in this s - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16749,7 +16833,7 @@ ITEMS : Used to address any item contained in this s - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16764,7 +16848,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -17302,12 +17386,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -17332,12 +17416,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -17433,12 +17517,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -17449,18 +17533,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -17846,12 +17944,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18091,12 +18189,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18113,12 +18211,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19361,7 +19459,7 @@ LISTS : The collection of lists under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -19892,12 +19990,12 @@ LISTS : The collection of lists under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19922,12 +20020,12 @@ LISTS : The collection of lists under this site. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20023,12 +20121,12 @@ LISTS : The collection of lists under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20039,18 +20137,32 @@ LISTS : The collection of lists under this site. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -20465,12 +20577,12 @@ LISTS : The collection of lists under this site. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20666,12 +20778,12 @@ LISTS : The collection of lists under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -21918,7 +22030,7 @@ LISTS : The collection of lists under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22168,7 +22280,7 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -22699,12 +22811,12 @@ SITES : The collection of the sub-sites under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22729,12 +22841,12 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22830,12 +22942,12 @@ SITES : The collection of the sub-sites under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22846,18 +22958,32 @@ SITES : The collection of the sub-sites under this site. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -23243,12 +23369,12 @@ SITES : The collection of the sub-sites under this site. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24699,7 +24825,7 @@ SITES : The collection of the sub-sites under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24716,12 +24842,12 @@ SITES : The collection of the sub-sites under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteList.md b/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteList.md index 056c0ebf836..7721abc19e8 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteList.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteList.md @@ -16,10 +16,10 @@ Update the navigation property lists in groups ``` Update-MgGroupSiteList -GroupId -ListId -SiteId [-AdditionalProperties ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] @@ -42,10 +42,10 @@ Update-MgGroupSiteList -InputObject -BodyParameter [-AdditionalProperties ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] @@ -143,7 +143,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -316,7 +316,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -578,7 +578,7 @@ BODYPARAMETER : list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1109,12 +1109,12 @@ BODYPARAMETER : list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1139,12 +1139,12 @@ BODYPARAMETER : list - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1240,12 +1240,12 @@ BODYPARAMETER : list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1256,18 +1256,32 @@ BODYPARAMETER : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -1682,12 +1696,12 @@ BODYPARAMETER : list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1883,12 +1897,12 @@ BODYPARAMETER : list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3135,7 +3149,7 @@ BODYPARAMETER : list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3486,7 +3500,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -4024,12 +4038,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4054,12 +4068,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4155,12 +4169,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4171,18 +4185,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4568,12 +4596,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4813,12 +4841,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4835,12 +4863,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6084,7 +6112,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -6628,12 +6656,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6675,12 +6703,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6747,12 +6775,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6763,18 +6791,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7356,24 +7398,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8635,7 +8677,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8708,7 +8750,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9239,12 +9281,12 @@ ITEMS : All items contained in the list. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9269,12 +9311,12 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9754,12 +9796,12 @@ ITEMS : All items contained in the list. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10002,12 +10044,12 @@ ITEMS : All items contained in the list. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10024,12 +10066,12 @@ ITEMS : All items contained in the list. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11266,7 +11308,7 @@ ITEMS : All items contained in the list. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11274,10 +11316,24 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -11295,7 +11351,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -11833,12 +11889,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11863,12 +11919,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11964,12 +12020,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11980,18 +12036,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12377,12 +12447,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12622,12 +12692,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12644,12 +12714,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteListItem.md b/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteListItem.md index 607bdf08923..686fca9a28d 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteListItem.md @@ -17,12 +17,13 @@ Update the navigation property items in groups Update-MgGroupSiteListItem -GroupId -ListId -ListItemId -SiteId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] - [-LastModifiedDateTime ] [-Name ] [-ParentReference ] - [-SharepointIds ] [-Versions ] - [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] + [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-ParentReference ] [-SharepointIds ] + [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### Update @@ -41,10 +42,11 @@ Update-MgGroupSiteListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] - [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedBy ] [-CreatedByUser ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -141,7 +143,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveItem driveItem To construct, please use Get-Help -Online and see NOTES section for DRIVEITEM properties and create a hash table. @@ -298,7 +316,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded Aliases: @@ -544,7 +562,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1075,12 +1093,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1110,12 +1128,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1295,12 +1313,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1308,18 +1326,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -1401,12 +1433,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1423,12 +1455,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2700,7 +2732,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3116,7 +3148,7 @@ BODYPARAMETER : listItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -3647,12 +3679,12 @@ BODYPARAMETER : listItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3677,12 +3709,12 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4162,12 +4194,12 @@ BODYPARAMETER : listItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4410,12 +4442,12 @@ BODYPARAMETER : listItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4432,12 +4464,12 @@ BODYPARAMETER : listItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5674,7 +5706,7 @@ BODYPARAMETER : listItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5682,10 +5714,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -5708,7 +5754,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -6246,12 +6292,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6276,12 +6322,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6377,12 +6423,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6393,18 +6439,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6790,12 +6850,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7035,12 +7095,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7057,12 +7117,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8296,6 +8356,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -8306,7 +8393,7 @@ DRIVEITEM : driveItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -8837,12 +8924,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8872,12 +8959,12 @@ DRIVEITEM : driveItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9057,12 +9144,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9099,18 +9186,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9192,12 +9293,12 @@ DRIVEITEM : driveItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9214,12 +9315,12 @@ DRIVEITEM : driveItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10491,7 +10592,7 @@ DRIVEITEM : driveItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10930,7 +11031,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -11468,12 +11569,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11498,12 +11599,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11599,12 +11700,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11615,18 +11716,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12012,12 +12127,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12257,12 +12372,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12279,12 +12394,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..97f1aeef655 --- /dev/null +++ b/src/Sites/Sites/docs/v1.0/Update-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,495 @@ +--- +external help file: +Module Name: Microsoft.Graph.Sites +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/update-mggroupsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgGroupSiteListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in groups + +## SYNTAX + +### UpdateExpanded (Default) +``` +Update-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -GroupId -ListId + -ListItemId -SiteId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update +``` +Update-MgGroupSiteListItemDocumentSetVersion -DocumentSetVersionId -GroupId -ListId + -ListItemId -SiteId -BodyParameter [-PassThru] + [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentity +``` +Update-MgGroupSiteListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded +``` +Update-MgGroupSiteListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in groups + +## EXAMPLES + +## PARAMETERS + +### -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 +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update, UpdateViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```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 +``` + +### -GroupId +key: id of group + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```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.ISitesIdentity +Parameter Sets: UpdateViaIdentity, UpdateViaIdentityExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded, UpdateViaIdentityExpanded +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```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 +``` + +### -SiteId +key: id of site + +```yaml +Type: System.String +Parameter Sets: Update, UpdateExpanded +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.IMicrosoftGraphDocumentSetVersion + +### Microsoft.Graph.PowerShell.Models.ISitesIdentity + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[BaseItemId ]`: key: id of baseItem + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[GroupId1 ]`: key: id of group + - `[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 + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[RelationId ]`: key: id of relation + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SetId ]`: key: id of set + - `[SetId1 ]`: key: id of set + - `[SiteId ]`: key: id of site + - `[SiteId1 ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[StoreId ]`: key: id of store + - `[SubscriptionId ]`: key: id of subscription + - `[TermId ]`: key: id of term + - `[TermId1 ]`: key: id of term + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSite.md b/src/Sites/Sites/docs/v1.0/Update-MgSite.md index 35a4e48da0d..a80de9dabc6 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSite.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSite.md @@ -17,11 +17,11 @@ Update entity in sites Update-MgSite -SiteId [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-Error ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-ParentReference ] [-Permissions ] @@ -48,11 +48,11 @@ Update-MgSite -InputObject -BodyParameter Update-MgSite -InputObject [-AdditionalProperties ] [-Analytics ] [-Columns ] [-ContentTypes ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-Drives ] [-Error ] [-ETag ] [-ExternalColumns ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Lists ] [-Name ] [-Onenote ] [-Operations ] [-ParentReference ] [-Permissions ] @@ -169,7 +169,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -377,7 +377,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -721,7 +721,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1252,12 +1252,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1287,12 +1287,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1472,12 +1472,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1485,18 +1485,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -1578,12 +1592,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1600,12 +1614,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2877,7 +2891,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3293,7 +3307,7 @@ BODYPARAMETER : site - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -3824,12 +3838,12 @@ BODYPARAMETER : site - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3854,12 +3868,12 @@ BODYPARAMETER : site - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3955,12 +3969,12 @@ BODYPARAMETER : site - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3971,18 +3985,32 @@ BODYPARAMETER : site - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4368,12 +4396,12 @@ BODYPARAMETER : site - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5824,7 +5852,7 @@ BODYPARAMETER : site - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5841,12 +5869,12 @@ BODYPARAMETER : site - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6202,7 +6230,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -6740,12 +6768,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6770,12 +6798,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6871,12 +6899,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6887,18 +6915,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7284,12 +7326,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7529,12 +7571,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7551,12 +7593,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8800,7 +8842,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9344,12 +9386,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9391,12 +9433,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9463,12 +9505,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9479,18 +9521,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -10072,24 +10128,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11351,7 +11407,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11387,7 +11443,7 @@ DRIVES : The collection of drives (document libraries) u - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -11931,12 +11987,12 @@ DRIVES : The collection of drives (document libraries) u - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11978,12 +12034,12 @@ DRIVES : The collection of drives (document libraries) u - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12050,12 +12106,12 @@ DRIVES : The collection of drives (document libraries) u - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12066,18 +12122,32 @@ DRIVES : The collection of drives (document libraries) u - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12659,24 +12729,24 @@ DRIVES : The collection of drives (document libraries) u - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -13938,7 +14008,7 @@ DRIVES : The collection of drives (document libraries) u - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14162,7 +14232,7 @@ ITEMS : Used to address any item contained in this s - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -14693,12 +14763,12 @@ ITEMS : Used to address any item contained in this s - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14723,12 +14793,12 @@ ITEMS : Used to address any item contained in this s - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14824,12 +14894,12 @@ ITEMS : Used to address any item contained in this s - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -14840,18 +14910,32 @@ ITEMS : Used to address any item contained in this s - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -15237,12 +15321,12 @@ ITEMS : Used to address any item contained in this s - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -15482,12 +15566,12 @@ ITEMS : Used to address any item contained in this s - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16734,7 +16818,7 @@ ITEMS : Used to address any item contained in this s - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -16749,7 +16833,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -17287,12 +17371,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -17317,12 +17401,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -17418,12 +17502,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -17434,18 +17518,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -17831,12 +17929,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18076,12 +18174,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -18098,12 +18196,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19346,7 +19444,7 @@ LISTS : The collection of lists under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -19877,12 +19975,12 @@ LISTS : The collection of lists under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -19907,12 +20005,12 @@ LISTS : The collection of lists under this site. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20008,12 +20106,12 @@ LISTS : The collection of lists under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20024,18 +20122,32 @@ LISTS : The collection of lists under this site. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -20450,12 +20562,12 @@ LISTS : The collection of lists under this site. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -20651,12 +20763,12 @@ LISTS : The collection of lists under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -21903,7 +22015,7 @@ LISTS : The collection of lists under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22153,7 +22265,7 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -22684,12 +22796,12 @@ SITES : The collection of the sub-sites under this site. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22714,12 +22826,12 @@ SITES : The collection of the sub-sites under this site. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22815,12 +22927,12 @@ SITES : The collection of the sub-sites under this site. - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -22831,18 +22943,32 @@ SITES : The collection of the sub-sites under this site. - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -23228,12 +23354,12 @@ SITES : The collection of the sub-sites under this site. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24684,7 +24810,7 @@ SITES : The collection of the sub-sites under this site. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -24701,12 +24827,12 @@ SITES : The collection of the sub-sites under this site. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteList.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteList.md index 7d20b3207dd..c417a7ad896 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteList.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteList.md @@ -16,10 +16,10 @@ Update the navigation property lists in sites ``` Update-MgSiteList -ListId -SiteId [-AdditionalProperties ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] @@ -42,10 +42,10 @@ Update-MgSiteList -InputObject -BodyParameter [-AdditionalProperties ] [-Columns ] [-ContentTypes ] - [-CreatedBy ] [-CreatedByUser ] + [-CreatedBy ] [-CreatedByUser ] [-CreatedDateTime ] [-Description ] [-DisplayName ] [-Drive ] [-ETag ] [-Id ] [-Items ] - [-LastModifiedBy ] [-LastModifiedByUser ] + [-LastModifiedBy ] [-LastModifiedByUser ] [-LastModifiedDateTime ] [-List ] [-Name ] [-Operations ] [-ParentReference ] [-SharepointIds ] [-Subscriptions ] @@ -143,7 +143,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -301,7 +301,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -563,7 +563,7 @@ BODYPARAMETER : list - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1094,12 +1094,12 @@ BODYPARAMETER : list - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1124,12 +1124,12 @@ BODYPARAMETER : list - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1225,12 +1225,12 @@ BODYPARAMETER : list - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1241,18 +1241,32 @@ BODYPARAMETER : list - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -1667,12 +1681,12 @@ BODYPARAMETER : list - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1868,12 +1882,12 @@ BODYPARAMETER : list - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3120,7 +3134,7 @@ BODYPARAMETER : list - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3471,7 +3485,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -4009,12 +4023,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4039,12 +4053,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4140,12 +4154,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4156,18 +4170,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -4553,12 +4581,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4798,12 +4826,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4820,12 +4848,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6069,7 +6097,7 @@ DRIVE : drive - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -6613,12 +6641,12 @@ DRIVE : drive - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6660,12 +6688,12 @@ DRIVE : drive - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6732,12 +6760,12 @@ DRIVE : drive - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6748,18 +6776,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -7341,24 +7383,24 @@ DRIVE : drive - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[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. - `[Lists ]`: The collection of lists under this site. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8620,7 +8662,7 @@ DRIVE : drive - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8693,7 +8735,7 @@ ITEMS : All items contained in the list. - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -9224,12 +9266,12 @@ ITEMS : All items contained in the list. - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9254,12 +9296,12 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9739,12 +9781,12 @@ ITEMS : All items contained in the list. - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9987,12 +10029,12 @@ ITEMS : All items contained in the list. - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10009,12 +10051,12 @@ ITEMS : All items contained in the list. - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11251,7 +11293,7 @@ ITEMS : All items contained in the list. - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11259,10 +11301,24 @@ ITEMS : All items contained in the list. - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -11280,7 +11336,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -11818,12 +11874,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11848,12 +11904,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11949,12 +12005,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11965,18 +12021,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12362,12 +12432,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12607,12 +12677,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12629,12 +12699,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteListItem.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteListItem.md index 278d73e801b..2935eda2cfd 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteListItem.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteListItem.md @@ -17,12 +17,13 @@ Update the navigation property items in sites Update-MgSiteListItem -ListId -ListItemId -SiteId [-AdditionalProperties ] [-Analytics ] [-ContentType ] [-CreatedBy ] - [-CreatedByUser ] [-CreatedDateTime ] [-Description ] - [-DriveItem ] [-ETag ] [-Fields ] [-Id ] - [-LastModifiedBy ] [-LastModifiedByUser ] - [-LastModifiedDateTime ] [-Name ] [-ParentReference ] - [-SharepointIds ] [-Versions ] - [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] + [-CreatedByUser ] [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] + [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-ParentReference ] [-SharepointIds ] + [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] + [] ``` ### Update1 @@ -41,10 +42,11 @@ Update-MgSiteListItem -InputObject -BodyParameter [-AdditionalProperties ] [-Analytics ] [-ContentType ] - [-CreatedBy ] [-CreatedByUser ] - [-CreatedDateTime ] [-Description ] [-DriveItem ] + [-CreatedBy ] [-CreatedByUser ] + [-CreatedDateTime ] [-Description ] + [-DocumentSetVersions ] [-DriveItem ] [-ETag ] [-Fields ] [-Id ] [-LastModifiedBy ] - [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] + [-LastModifiedByUser ] [-LastModifiedDateTime ] [-Name ] [-ParentReference ] [-SharepointIds ] [-Versions ] [-WebUrl ] [-PassThru] [-Confirm] [-WhatIf] [] @@ -141,7 +143,7 @@ user To construct, please use Get-Help -Online and see NOTES section for CREATEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -184,6 +186,22 @@ Accept pipeline input: False Accept wildcard characters: False ``` +### -DocumentSetVersions +Version information for a document set version created by a user. +To construct, please use Get-Help -Online and see NOTES section for DOCUMENTSETVERSIONS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersion[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + ### -DriveItem driveItem To construct, please use Get-Help -Online and see NOTES section for DRIVEITEM properties and create a hash table. @@ -283,7 +301,7 @@ user To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBYUSER properties and create a hash table. ```yaml -Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphUser1 Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 Aliases: @@ -529,7 +547,7 @@ ANALYTICS : itemAnalytics - `[DriveItem ]`: driveItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -1060,12 +1078,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1095,12 +1113,12 @@ ANALYTICS : itemAnalytics - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1280,12 +1298,12 @@ ANALYTICS : itemAnalytics - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1293,18 +1311,32 @@ ANALYTICS : itemAnalytics - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -1386,12 +1418,12 @@ ANALYTICS : itemAnalytics - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -1408,12 +1440,12 @@ ANALYTICS : itemAnalytics - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -2685,7 +2717,7 @@ ANALYTICS : itemAnalytics - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3101,7 +3133,7 @@ BODYPARAMETER : listItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -3632,12 +3664,12 @@ BODYPARAMETER : listItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -3662,12 +3694,12 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4147,12 +4179,12 @@ BODYPARAMETER : listItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4395,12 +4427,12 @@ BODYPARAMETER : listItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -4417,12 +4449,12 @@ BODYPARAMETER : listItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5659,7 +5691,7 @@ BODYPARAMETER : listItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -5667,10 +5699,24 @@ BODYPARAMETER : listItem - `[Id ]`: - `[Analytics ]`: itemAnalytics - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[LastModifiedBy ]`: identitySet + - `[LastModifiedDateTime ]`: Date and time the version was last modified. Read-only. + - `[Publication ]`: publicationFacet + - `[Id ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[SharepointIds ]`: sharepointIds - `[Versions ]`: The list of previous versions of the list item. - `[LastModifiedBy ]`: identitySet @@ -5693,7 +5739,7 @@ CREATEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -CREATEDBYUSER : user +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 ]`: @@ -6231,12 +6277,12 @@ CREATEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6261,12 +6307,12 @@ CREATEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6362,12 +6408,12 @@ CREATEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -6378,18 +6424,32 @@ CREATEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6775,12 +6835,12 @@ CREATEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7020,12 +7080,12 @@ CREATEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -7042,12 +7102,12 @@ CREATEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8281,6 +8341,33 @@ CREATEDBYUSER : user - `[UserPrincipalName ]`: The user principal name (UPN) of the user. The UPN is an Internet-style login name for the user based on the Internet standard RFC 822. By convention, this should map to the user's email name. The general format is alias@domain, where domain must be present in the tenant's collection of verified domains. This property is required when a user is created. The verified domains for the tenant can be accessed from the verifiedDomains property of organization.NOTE: This property cannot contain accent characters. Only the following characters are allowed A - Z, a - z, 0 - 9, ' . - _ ! # ^ ~. For the complete list of allowed characters, see username policies. Supports $filter (eq, ne, not, ge, le, in, startsWith, endsWith) and $orderBy. - `[UserType ]`: A String value that can be used to classify user types in your directory, such as Member and Guest. Supports $filter (eq, ne, not, in, and eq on null values). NOTE: For more information about the permissions for member and guest users, see What are the default user permissions in Azure Active Directory? +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 ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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 - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet @@ -8291,7 +8378,7 @@ DRIVEITEM : driveItem - `[Id ]`: Unique identifier for the identity. - `[Device ]`: identity - `[User ]`: identity - - `[CreatedByUser ]`: user + - `[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 ]`: @@ -8822,12 +8909,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -8857,12 +8944,12 @@ DRIVEITEM : driveItem - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9042,12 +9129,12 @@ DRIVEITEM : driveItem - `[Drive ]`: drive - `[Items ]`: All items contained in the list. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9084,18 +9171,32 @@ DRIVEITEM : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9177,12 +9278,12 @@ DRIVEITEM : driveItem - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -9199,12 +9300,12 @@ DRIVEITEM : driveItem - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10476,7 +10577,7 @@ DRIVEITEM : driveItem - `[Description ]`: Provides a user-visible description of the item. Optional. - `[ETag ]`: ETag for the item. Read-only. - `[LastModifiedBy ]`: identitySet - - `[LastModifiedByUser ]`: user + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -10915,7 +11016,7 @@ LASTMODIFIEDBY : identitySet - `[Device ]`: identity - `[User ]`: identity -LASTMODIFIEDBYUSER : user +LASTMODIFIEDBYUSER : 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 ]`: @@ -11453,12 +11554,12 @@ LASTMODIFIEDBYUSER : user - `[Drive ]`: drive - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11483,12 +11584,12 @@ LASTMODIFIEDBYUSER : user - `[Id ]`: - `[Bundles ]`: Collection of [bundles][bundle] (albums and multi-select-shared sets of items). Only in personal OneDrive. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11584,12 +11685,12 @@ LASTMODIFIEDBYUSER : user - `[ListItem ]`: listItem - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -11600,18 +11701,32 @@ LASTMODIFIEDBYUSER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11997,12 +12112,12 @@ LASTMODIFIEDBYUSER : user - `[List ]`: list - `[(Any) ]`: This indicates any property can be added to this object. - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12242,12 +12357,12 @@ LASTMODIFIEDBYUSER : user - `[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 + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference @@ -12264,12 +12379,12 @@ LASTMODIFIEDBYUSER : user - `[Items ]`: Used to address any item contained in this site. This collection cannot be enumerated. - `[Id ]`: - `[CreatedBy ]`: identitySet - - `[CreatedByUser ]`: user + - `[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 + - `[LastModifiedByUser ]`: user - `[LastModifiedDateTime ]`: Date and time the item was last modified. Read-only. - `[Name ]`: The name of the item. Read-write. - `[ParentReference ]`: itemReference diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..bfd134873bd --- /dev/null +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,480 @@ +--- +external help file: +Module Name: Microsoft.Graph.Sites +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.sites/update-mgsitelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Update-MgSiteListItemDocumentSetVersion + +## SYNOPSIS +Update the navigation property documentSetVersions in sites + +## SYNTAX + +### UpdateExpanded1 (Default) +``` +Update-MgSiteListItemDocumentSetVersion -DocumentSetVersionId -ListId -ListItemId + -SiteId [-AdditionalProperties ] [-Comment ] + [-CreatedBy ] [-CreatedDateTime ] [-Fields ] [-Id ] + [-Items ] [-LastModifiedBy ] + [-LastModifiedDateTime ] [-Publication ] + [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### Update1 +``` +Update-MgSiteListItemDocumentSetVersion -DocumentSetVersionId -ListId -ListItemId + -SiteId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] + [] +``` + +### UpdateViaIdentity1 +``` +Update-MgSiteListItemDocumentSetVersion -InputObject + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### UpdateViaIdentityExpanded1 +``` +Update-MgSiteListItemDocumentSetVersion -InputObject [-AdditionalProperties ] + [-Comment ] [-CreatedBy ] [-CreatedDateTime ] + [-Fields ] [-Id ] [-Items ] + [-LastModifiedBy ] [-LastModifiedDateTime ] + [-Publication ] [-ShouldCaptureMinorVersion] [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Update the navigation property documentSetVersions in sites + +## EXAMPLES + +## PARAMETERS + +### -AdditionalProperties +Additional Parameters + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -BodyParameter +documentSetVersion +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.IMicrosoftGraphDocumentSetVersion +Parameter Sets: Update1, UpdateViaIdentity1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Comment +Comment about the captured version. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for CREATEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -CreatedDateTime +Date and time when this version was created. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Fields +fieldValueSet + +```yaml +Type: System.Collections.Hashtable +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -Id +. + +```yaml +Type: System.String +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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.ISitesIdentity +Parameter Sets: UpdateViaIdentity1, UpdateViaIdentityExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -Items +Items within the document set that are captured as part of this version. +To construct, please use Get-Help -Online and see NOTES section for ITEMS properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDocumentSetVersionItem[] +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedBy +identitySet +To construct, please use Get-Help -Online and see NOTES section for LASTMODIFIEDBY properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphIdentitySet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -LastModifiedDateTime +Date and time the version was last modified. +Read-only. + +```yaml +Type: System.DateTime +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListId +key: id of list + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Update1, UpdateExpanded1 +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 +``` + +### -Publication +publicationFacet +To construct, please use Get-Help -Online and see NOTES section for PUBLICATION properties and create a hash table. + +```yaml +Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphPublicationFacet +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +Aliases: + +Required: False +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -ShouldCaptureMinorVersion +If true, minor versions of items are also captured; otherwise, only major versions will be captured. +Default value is false. + +```yaml +Type: System.Management.Automation.SwitchParameter +Parameter Sets: UpdateExpanded1, UpdateViaIdentityExpanded1 +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: Update1, UpdateExpanded1 +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.IMicrosoftGraphDocumentSetVersion + +### Microsoft.Graph.PowerShell.Models.ISitesIdentity + +## 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 : documentSetVersion + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Fields ]`: fieldValueSet + - `[(Any) ]`: This indicates any property can be added to this object. + - `[Id ]`: + - `[LastModifiedBy ]`: 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 + - `[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 ]`: + - `[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. + +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 + +INPUTOBJECT : Identity Parameter + - `[BaseItemId ]`: key: id of baseItem + - `[ColumnDefinitionId ]`: key: id of columnDefinition + - `[ColumnLinkId ]`: key: id of columnLink + - `[ContentTypeId ]`: key: id of contentType + - `[ContentTypeId1 ]`: key: id of contentType + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[EndDateTime ]`: Usage: endDateTime='{endDateTime}' + - `[GroupId ]`: key: id of group + - `[GroupId1 ]`: key: id of group + - `[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 + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[Path ]`: Usage: path='{path}' + - `[PermissionId ]`: key: id of permission + - `[RelationId ]`: key: id of relation + - `[RichLongRunningOperationId ]`: key: id of richLongRunningOperation + - `[SetId ]`: key: id of set + - `[SetId1 ]`: key: id of set + - `[SiteId ]`: key: id of site + - `[SiteId1 ]`: key: id of site + - `[SitePageId ]`: key: id of sitePage + - `[StartDateTime ]`: Usage: startDateTime='{startDateTime}' + - `[StoreId ]`: key: id of store + - `[SubscriptionId ]`: key: id of subscription + - `[TermId ]`: key: id of term + - `[TermId1 ]`: key: id of term + - `[Token ]`: Usage: token='{token}' + - `[UserId ]`: key: id of user + +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. + +LASTMODIFIEDBY : 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 + +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. + +## RELATED LINKS + diff --git a/src/Sites/Sites/docs/v1.0/Update-MgSiteTermStore.md b/src/Sites/Sites/docs/v1.0/Update-MgSiteTermStore.md index d87eaabdc2c..5dc2128ae02 100644 --- a/src/Sites/Sites/docs/v1.0/Update-MgSiteTermStore.md +++ b/src/Sites/Sites/docs/v1.0/Update-MgSiteTermStore.md @@ -8,30 +8,30 @@ schema: 2.0.0 # Update-MgSiteTermStore ## SYNOPSIS -Update the navigation property termStore in sites +Update the navigation property termStores in sites ## SYNTAX -### UpdateExpanded1 (Default) +### UpdateExpanded2 (Default) ``` Update-MgSiteTermStore -SiteId [-AdditionalProperties ] [-DefaultLanguageTag ] [-Groups ] [-Id ] [-LanguageTags ] [-Sets ] [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update1 +### Update ``` -Update-MgSiteTermStore -SiteId -BodyParameter [-PassThru] [-Confirm] - [-WhatIf] [] +Update-MgSiteTermStore -SiteId -StoreId -BodyParameter + [-PassThru] [-Confirm] [-WhatIf] [] ``` ### Update2 ``` -Update-MgSiteTermStore -SiteId -StoreId -BodyParameter - [-PassThru] [-Confirm] [-WhatIf] [] +Update-MgSiteTermStore -SiteId -BodyParameter [-PassThru] [-Confirm] + [-WhatIf] [] ``` -### UpdateExpanded2 +### UpdateExpanded ``` Update-MgSiteTermStore -SiteId -StoreId [-AdditionalProperties ] [-DefaultLanguageTag ] [-Groups ] [-Id ] @@ -39,7 +39,7 @@ Update-MgSiteTermStore -SiteId -StoreId [-AdditionalProperties [] ``` -### UpdateViaIdentity1 +### UpdateViaIdentity ``` Update-MgSiteTermStore -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] @@ -51,7 +51,7 @@ Update-MgSiteTermStore -InputObject -BodyParameter ] ``` -### UpdateViaIdentityExpanded1 +### UpdateViaIdentityExpanded ``` Update-MgSiteTermStore -InputObject [-AdditionalProperties ] [-DefaultLanguageTag ] [-Groups ] [-Id ] @@ -68,7 +68,7 @@ Update-MgSiteTermStore -InputObject [-AdditionalProperties -SetId -SiteId -TermId [-AdditionalProperties ] [-FromTerm ] [-Id ] @@ -22,18 +22,18 @@ Update-MgSiteTermStoreSetTermRelation -RelationId -SetId -Site ### Update ``` -Update-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -StoreId - -TermId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] - [] +Update-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -TermId + -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### Update2 +### Update1 ``` -Update-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -TermId - -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] +Update-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -StoreId + -TermId -BodyParameter [-PassThru] [-Confirm] [-WhatIf] + [] ``` -### UpdateExpanded +### UpdateExpanded1 ``` Update-MgSiteTermStoreSetTermRelation -RelationId -SetId -SiteId -StoreId -TermId [-AdditionalProperties ] [-FromTerm ] @@ -47,7 +47,7 @@ Update-MgSiteTermStoreSetTermRelation -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] ``` -### UpdateViaIdentity2 +### UpdateViaIdentity1 ``` Update-MgSiteTermStoreSetTermRelation -InputObject -BodyParameter [-PassThru] [-Confirm] [-WhatIf] [] @@ -61,7 +61,7 @@ Update-MgSiteTermStoreSetTermRelation -InputObject [-Additional [-WhatIf] [] ``` -### UpdateViaIdentityExpanded2 +### UpdateViaIdentityExpanded1 ``` Update-MgSiteTermStoreSetTermRelation -InputObject [-AdditionalProperties ] [-FromTerm ] [-Id ] [-Relationship ] @@ -81,7 +81,7 @@ Additional Parameters ```yaml Type: System.Collections.Hashtable -Parameter Sets: UpdateExpanded, UpdateExpanded2, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded2 +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -97,7 +97,7 @@ To construct, please use Get-Help -Online and see NOTES section for BODYPARAMETE ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreRelation1 -Parameter Sets: Update, Update2, UpdateViaIdentity, UpdateViaIdentity2 +Parameter Sets: Update, Update1, UpdateViaIdentity, UpdateViaIdentity1 Aliases: Required: True @@ -113,7 +113,7 @@ To construct, please use Get-Help -Online and see NOTES section for FROMTERM pro ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreTerm -Parameter Sets: UpdateExpanded, UpdateExpanded2, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded2 +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -128,7 +128,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateExpanded2, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded2 +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -144,7 +144,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.ISitesIdentity -Parameter Sets: UpdateViaIdentity, UpdateViaIdentity2, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded2 +Parameter Sets: UpdateViaIdentity, UpdateViaIdentity1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 Aliases: Required: True @@ -174,7 +174,7 @@ key: id of relation ```yaml Type: System.String -Parameter Sets: Update, Update2, UpdateExpanded, UpdateExpanded2 +Parameter Sets: Update, Update1, UpdateExpanded, UpdateExpanded1 Aliases: Required: True @@ -189,7 +189,7 @@ Accept wildcard characters: False ```yaml Type: System.String -Parameter Sets: UpdateExpanded, UpdateExpanded2, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded2 +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -205,7 +205,7 @@ To construct, please use Get-Help -Online and see NOTES section for SET properti ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreSet -Parameter Sets: UpdateExpanded, UpdateExpanded2, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded2 +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 Aliases: Required: False @@ -220,7 +220,7 @@ key: id of set ```yaml Type: System.String -Parameter Sets: Update, Update2, UpdateExpanded, UpdateExpanded2 +Parameter Sets: Update, Update1, UpdateExpanded, UpdateExpanded1 Aliases: Required: True @@ -235,7 +235,7 @@ key: id of site ```yaml Type: System.String -Parameter Sets: Update, Update2, UpdateExpanded, UpdateExpanded2 +Parameter Sets: Update, Update1, UpdateExpanded, UpdateExpanded1 Aliases: Required: True @@ -250,7 +250,7 @@ key: id of store ```yaml Type: System.String -Parameter Sets: Update, UpdateExpanded +Parameter Sets: Update1, UpdateExpanded1 Aliases: Required: True @@ -265,7 +265,7 @@ key: id of term ```yaml Type: System.String -Parameter Sets: Update, Update2, UpdateExpanded, UpdateExpanded2 +Parameter Sets: Update, Update1, UpdateExpanded, UpdateExpanded1 Aliases: Required: True @@ -281,7 +281,7 @@ To construct, please use Get-Help -Online and see NOTES section for TOTERM prope ```yaml Type: Microsoft.Graph.PowerShell.Models.IMicrosoftGraphTermStoreTerm -Parameter Sets: UpdateExpanded, UpdateExpanded2, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded2 +Parameter Sets: UpdateExpanded, UpdateExpanded1, UpdateViaIdentityExpanded, UpdateViaIdentityExpanded1 Aliases: Required: False diff --git a/src/Sites/Sites/examples/v1.0/Get-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/examples/v1.0/Get-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Sites/Sites/examples/v1.0/Get-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Sites/Sites/examples/v1.0/Get-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/examples/v1.0/Get-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Sites/Sites/examples/v1.0/Get-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Sites/Sites/examples/v1.0/New-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/examples/v1.0/New-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Sites/Sites/examples/v1.0/New-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Sites/Sites/examples/v1.0/New-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/examples/v1.0/New-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Sites/Sites/examples/v1.0/New-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Sites/Sites/examples/v1.0/Remove-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/examples/v1.0/Remove-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Sites/Sites/examples/v1.0/Remove-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Sites/Sites/examples/v1.0/Remove-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/examples/v1.0/Remove-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Sites/Sites/examples/v1.0/Remove-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Sites/Sites/examples/v1.0/Restore-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/examples/v1.0/Restore-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Sites/Sites/examples/v1.0/Restore-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Sites/Sites/examples/v1.0/Update-MgGroupSiteListItemDocumentSetVersion.md b/src/Sites/Sites/examples/v1.0/Update-MgGroupSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Sites/Sites/examples/v1.0/Update-MgGroupSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Sites/Sites/examples/v1.0/Update-MgSiteListItemDocumentSetVersion.md b/src/Sites/Sites/examples/v1.0/Update-MgSiteListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Sites/Sites/examples/v1.0/Update-MgSiteListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Teams/Teams/docs/v1.0-beta/Microsoft.Graph.Teams.md b/src/Teams/Teams/docs/v1.0-beta/Microsoft.Graph.Teams.md index 1e9c48ee040..00832664211 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Microsoft.Graph.Teams.md +++ b/src/Teams/Teams/docs/v1.0-beta/Microsoft.Graph.Teams.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Teams -Module Guid: ec601958-3c18-4710-9009-c891488077fa +Module Guid: cd2741a1-6570-49e1-86ac-58fc047eeac5 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamChannel.md b/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamChannel.md index 5ceb7d8dd95..817ffd38d0c 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamChannel.md @@ -2737,7 +2737,7 @@ BODYPARAMETER : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3246,10 +3246,10 @@ BODYPARAMETER : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7053,7 +7053,7 @@ FILESFOLDER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7562,10 +7562,10 @@ FILESFOLDER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11206,7 +11206,7 @@ SHAREDWITHTEAMS : A collection of t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11715,10 +11715,10 @@ SHAREDWITHTEAMS : A collection of t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamChannelSharedWithTeam.md index 04e2a2f603f..11041d9b40a 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamChannelSharedWithTeam.md @@ -2344,7 +2344,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2853,10 +2853,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6675,7 +6675,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7184,10 +7184,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamPrimaryChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamPrimaryChannelSharedWithTeam.md index ca7269f22d3..e8c0c7ba311 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamPrimaryChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgGroupTeamPrimaryChannelSharedWithTeam.md @@ -2329,7 +2329,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2838,10 +2838,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6660,7 +6660,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7169,10 +7169,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeam.md index cdc79d33226..d52e7f13d99 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeam.md @@ -2958,7 +2958,7 @@ ALLCHANNELS : List of channels either hosted in or sha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3467,10 +3467,10 @@ ALLCHANNELS : List of channels either hosted in or sha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6995,7 +6995,7 @@ BODYPARAMETER : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7504,10 +7504,10 @@ BODYPARAMETER : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11550,7 +11550,7 @@ CHANNELS : The collection of channels and messages ass - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12059,10 +12059,10 @@ CHANNELS : The collection of channels and messages ass - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16043,7 +16043,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16556,10 +16556,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20157,7 +20157,7 @@ INCOMINGCHANNELS : List of channels shared with the te - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20666,10 +20666,10 @@ INCOMINGCHANNELS : List of channels shared with the te - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24952,7 +24952,7 @@ OWNERS : The list of this team's owners. Currently, when - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25461,10 +25461,10 @@ OWNERS : The list of this team's owners. Currently, when - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -28843,7 +28843,7 @@ PRIMARYCHANNEL : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29352,10 +29352,10 @@ PRIMARYCHANNEL : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannel.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannel.md index bb03e61c95d..d1f3bd1b934 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannel.md @@ -2737,7 +2737,7 @@ BODYPARAMETER : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3246,10 +3246,10 @@ BODYPARAMETER : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7053,7 +7053,7 @@ FILESFOLDER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7562,10 +7562,10 @@ FILESFOLDER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11206,7 +11206,7 @@ SHAREDWITHTEAMS : A collection of t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11715,10 +11715,10 @@ SHAREDWITHTEAMS : A collection of t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannelSharedWithTeam.md index 388ee337405..b97abc9fda3 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamChannelSharedWithTeam.md @@ -2344,7 +2344,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2853,10 +2853,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6675,7 +6675,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7184,10 +7184,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamPrimaryChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamPrimaryChannelSharedWithTeam.md index 397b82c0ed1..f4e6dd91374 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamPrimaryChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamPrimaryChannelSharedWithTeam.md @@ -2329,7 +2329,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2838,10 +2838,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6660,7 +6660,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7169,10 +7169,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeam.md index 934e6380a78..3ab0d3fd573 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeam.md @@ -2474,7 +2474,7 @@ BODYPARAMETER : deletedTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2983,10 +2983,10 @@ BODYPARAMETER : deletedTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6770,7 +6770,7 @@ CHANNELS : The channels those are either shared with t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7279,10 +7279,10 @@ CHANNELS : The channels those are either shared with t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeamChannel.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeamChannel.md index 69bfbc48d09..e2012ef2c64 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeamChannel.md @@ -2737,7 +2737,7 @@ BODYPARAMETER : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3246,10 +3246,10 @@ BODYPARAMETER : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7053,7 +7053,7 @@ FILESFOLDER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7562,10 +7562,10 @@ FILESFOLDER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11206,7 +11206,7 @@ SHAREDWITHTEAMS : A collection of t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11715,10 +11715,10 @@ SHAREDWITHTEAMS : A collection of t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeamChannelSharedWithTeam.md index cde13364fd4..7c2e1c4c136 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgTeamworkDeletedTeamChannelSharedWithTeam.md @@ -2346,7 +2346,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2855,10 +2855,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6677,7 +6677,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7186,10 +7186,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/New-MgUserTeamworkAssociatedTeam.md b/src/Teams/Teams/docs/v1.0-beta/New-MgUserTeamworkAssociatedTeam.md index 64ceff12b95..e7e0fa671d7 100644 --- a/src/Teams/Teams/docs/v1.0-beta/New-MgUserTeamworkAssociatedTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/New-MgUserTeamworkAssociatedTeam.md @@ -2324,7 +2324,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2833,10 +2833,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeam.md index 22c6a441645..6cf824cefcd 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeam.md @@ -3035,7 +3035,7 @@ ALLCHANNELS : List of channels either hosted in or sha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3544,10 +3544,10 @@ ALLCHANNELS : List of channels either hosted in or sha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7072,7 +7072,7 @@ BODYPARAMETER : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7581,10 +7581,10 @@ BODYPARAMETER : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11627,7 +11627,7 @@ CHANNELS : The collection of channels and messages ass - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12136,10 +12136,10 @@ CHANNELS : The collection of channels and messages ass - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16120,7 +16120,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16633,10 +16633,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20234,7 +20234,7 @@ INCOMINGCHANNELS : List of channels shared with the te - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20743,10 +20743,10 @@ INCOMINGCHANNELS : List of channels shared with the te - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25066,7 +25066,7 @@ OWNERS : The list of this team's owners. Currently, when - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25575,10 +25575,10 @@ OWNERS : The list of this team's owners. Currently, when - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -28957,7 +28957,7 @@ PRIMARYCHANNEL : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29466,10 +29466,10 @@ PRIMARYCHANNEL : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamChannel.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamChannel.md index 372d8f84e93..2e2866b3ecd 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamChannel.md @@ -2767,7 +2767,7 @@ BODYPARAMETER : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3276,10 +3276,10 @@ BODYPARAMETER : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7083,7 +7083,7 @@ FILESFOLDER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7592,10 +7592,10 @@ FILESFOLDER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11236,7 +11236,7 @@ SHAREDWITHTEAMS : A collection of t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11745,10 +11745,10 @@ SHAREDWITHTEAMS : A collection of t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamChannelSharedWithTeam.md index a5c9a747288..b044f374840 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamChannelSharedWithTeam.md @@ -2377,7 +2377,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2886,10 +2886,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6708,7 +6708,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7217,10 +7217,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamPrimaryChannel.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamPrimaryChannel.md index 0d0bb68c69f..f4b8bf95c13 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamPrimaryChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamPrimaryChannel.md @@ -2752,7 +2752,7 @@ BODYPARAMETER : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3261,10 +3261,10 @@ BODYPARAMETER : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7068,7 +7068,7 @@ FILESFOLDER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7577,10 +7577,10 @@ FILESFOLDER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11221,7 +11221,7 @@ SHAREDWITHTEAMS : A collection of t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11730,10 +11730,10 @@ SHAREDWITHTEAMS : A collection of t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamPrimaryChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamPrimaryChannelSharedWithTeam.md index 53f38ed2ebd..f4b8dd94520 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamPrimaryChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgGroupTeamPrimaryChannelSharedWithTeam.md @@ -2363,7 +2363,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2872,10 +2872,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6694,7 +6694,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7203,10 +7203,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeam.md index a0b2c2615e8..f2b9c69b6e6 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeam.md @@ -3034,7 +3034,7 @@ ALLCHANNELS : List of channels either hosted in or sha - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3543,10 +3543,10 @@ ALLCHANNELS : List of channels either hosted in or sha - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7071,7 +7071,7 @@ BODYPARAMETER : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7580,10 +7580,10 @@ BODYPARAMETER : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11626,7 +11626,7 @@ CHANNELS : The collection of channels and messages ass - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -12135,10 +12135,10 @@ CHANNELS : The collection of channels and messages ass - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -16119,7 +16119,7 @@ GROUP : group - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16632,10 +16632,10 @@ GROUP : group - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20233,7 +20233,7 @@ INCOMINGCHANNELS : List of channels shared with the te - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20742,10 +20742,10 @@ INCOMINGCHANNELS : List of channels shared with the te - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -25065,7 +25065,7 @@ OWNERS : The list of this team's owners. Currently, when - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -25574,10 +25574,10 @@ OWNERS : The list of this team's owners. Currently, when - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -28956,7 +28956,7 @@ PRIMARYCHANNEL : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -29465,10 +29465,10 @@ PRIMARYCHANNEL : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannel.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannel.md index 0e53817ed66..d2642d4ba05 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannel.md @@ -2767,7 +2767,7 @@ BODYPARAMETER : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3276,10 +3276,10 @@ BODYPARAMETER : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7083,7 +7083,7 @@ FILESFOLDER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7592,10 +7592,10 @@ FILESFOLDER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11236,7 +11236,7 @@ SHAREDWITHTEAMS : A collection of t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11745,10 +11745,10 @@ SHAREDWITHTEAMS : A collection of t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannelSharedWithTeam.md index fd25062f4ff..8f9e9d6b69c 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamChannelSharedWithTeam.md @@ -2377,7 +2377,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2886,10 +2886,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6708,7 +6708,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7217,10 +7217,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannel.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannel.md index 5f13ede5b5c..707b068e6d5 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannel.md @@ -2752,7 +2752,7 @@ BODYPARAMETER : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3261,10 +3261,10 @@ BODYPARAMETER : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7068,7 +7068,7 @@ FILESFOLDER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7577,10 +7577,10 @@ FILESFOLDER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11221,7 +11221,7 @@ SHAREDWITHTEAMS : A collection of t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11730,10 +11730,10 @@ SHAREDWITHTEAMS : A collection of t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannelSharedWithTeam.md index 2b06c5503a8..21415374b9f 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamPrimaryChannelSharedWithTeam.md @@ -2362,7 +2362,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2871,10 +2871,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6693,7 +6693,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7202,10 +7202,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamwork.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamwork.md index 71680bd2bdb..e966dfc8b01 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamwork.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamwork.md @@ -2542,7 +2542,7 @@ BODYPARAMETER : teamwork - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3051,10 +3051,10 @@ BODYPARAMETER : teamwork - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7056,7 +7056,7 @@ DELETEDTEAMS : A collection of deleted teams. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7565,10 +7565,10 @@ DELETEDTEAMS : A collection of deleted teams. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeam.md index 20c1543270a..cabcc3c902a 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeam.md @@ -2534,7 +2534,7 @@ BODYPARAMETER : deletedTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3043,10 +3043,10 @@ BODYPARAMETER : deletedTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6830,7 +6830,7 @@ CHANNELS : The channels those are either shared with t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7339,10 +7339,10 @@ CHANNELS : The channels those are either shared with t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeamChannel.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeamChannel.md index a8603045448..8cabe673e9f 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeamChannel.md @@ -2767,7 +2767,7 @@ BODYPARAMETER : channel - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -3276,10 +3276,10 @@ BODYPARAMETER : channel - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -7083,7 +7083,7 @@ FILESFOLDER : driveItem - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7592,10 +7592,10 @@ FILESFOLDER : driveItem - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11236,7 +11236,7 @@ SHAREDWITHTEAMS : A collection of t - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11745,10 +11745,10 @@ SHAREDWITHTEAMS : A collection of t - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeamChannelSharedWithTeam.md index 4341fa10210..7490dffff4d 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgTeamworkDeletedTeamChannelSharedWithTeam.md @@ -2378,7 +2378,7 @@ BODYPARAMETER : sharedWithChannelTeam - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2887,10 +2887,10 @@ BODYPARAMETER : sharedWithChannelTeam - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6709,7 +6709,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7218,10 +7218,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamwork.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamwork.md index caf0641f8c6..8202af424a6 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamwork.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamwork.md @@ -2294,7 +2294,7 @@ ASSOCIATEDTEAMS : The list of associatedTe - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2803,10 +2803,10 @@ ASSOCIATEDTEAMS : The list of associatedTe - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -6593,7 +6593,7 @@ BODYPARAMETER : userTeamwork - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -7102,10 +7102,10 @@ BODYPARAMETER : userTeamwork - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamworkAssociatedTeam.md b/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamworkAssociatedTeam.md index 2ab33eab882..24a1a86eecb 100644 --- a/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamworkAssociatedTeam.md +++ b/src/Teams/Teams/docs/v1.0-beta/Update-MgUserTeamworkAssociatedTeam.md @@ -2355,7 +2355,7 @@ TEAM : team - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -2864,10 +2864,10 @@ TEAM : team - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Teams/Teams/docs/v1.0/Microsoft.Graph.Teams.md b/src/Teams/Teams/docs/v1.0/Microsoft.Graph.Teams.md index 9401cb617fc..62a9dded611 100644 --- a/src/Teams/Teams/docs/v1.0/Microsoft.Graph.Teams.md +++ b/src/Teams/Teams/docs/v1.0/Microsoft.Graph.Teams.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Teams -Module Guid: ec601958-3c18-4710-9009-c891488077fa +Module Guid: cd2741a1-6570-49e1-86ac-58fc047eeac5 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.teams Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Teams/Teams/docs/v1.0/New-MgGroupTeamChannel.md b/src/Teams/Teams/docs/v1.0/New-MgGroupTeamChannel.md index c5cb602e5cd..1eb4725aa72 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgGroupTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0/New-MgGroupTeamChannel.md @@ -1202,18 +1202,32 @@ BODYPARAMETER : channel - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3784,18 +3798,32 @@ FILESFOLDER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6504,18 +6532,32 @@ SHAREDWITHTEAMS : A collection of te - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/New-MgGroupTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0/New-MgGroupTeamChannelSharedWithTeam.md index 65570d0d4b4..bfe7e7db1ce 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgGroupTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0/New-MgGroupTeamChannelSharedWithTeam.md @@ -1088,18 +1088,32 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3712,18 +3726,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/New-MgGroupTeamPrimaryChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0/New-MgGroupTeamPrimaryChannelSharedWithTeam.md index bae418ee0e0..ee6b36c64d1 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgGroupTeamPrimaryChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0/New-MgGroupTeamPrimaryChannelSharedWithTeam.md @@ -1073,18 +1073,32 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3697,18 +3711,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/New-MgTeam.md b/src/Teams/Teams/docs/v1.0/New-MgTeam.md index ea7e41f10a3..c27af3b373a 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgTeam.md +++ b/src/Teams/Teams/docs/v1.0/New-MgTeam.md @@ -1356,18 +1356,32 @@ ALLCHANNELS : List of channels either hosted in or sh - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3947,18 +3961,32 @@ BODYPARAMETER : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6533,18 +6561,32 @@ CHANNELS : The collection of channels and messages as - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9063,18 +9105,32 @@ GROUP : group - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11721,18 +11777,32 @@ INCOMINGCHANNELS : List of channels shared with the t - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -14383,18 +14453,32 @@ PRIMARYCHANNEL : channel - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/New-MgTeamChannel.md b/src/Teams/Teams/docs/v1.0/New-MgTeamChannel.md index c9795c380b7..bb2a044071d 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0/New-MgTeamChannel.md @@ -1202,18 +1202,32 @@ BODYPARAMETER : channel - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3784,18 +3798,32 @@ FILESFOLDER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6504,18 +6532,32 @@ SHAREDWITHTEAMS : A collection of te - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/New-MgTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0/New-MgTeamChannelSharedWithTeam.md index dd819be9438..f5d6d5d5a95 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0/New-MgTeamChannelSharedWithTeam.md @@ -1088,18 +1088,32 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3712,18 +3726,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/New-MgTeamPrimaryChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0/New-MgTeamPrimaryChannelSharedWithTeam.md index 5747b283920..e9c6dba4058 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgTeamPrimaryChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0/New-MgTeamPrimaryChannelSharedWithTeam.md @@ -1073,18 +1073,32 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3697,18 +3711,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/New-MgUserTeamworkAssociatedTeam.md b/src/Teams/Teams/docs/v1.0/New-MgUserTeamworkAssociatedTeam.md index d179dcadb4e..64bc96ceee7 100644 --- a/src/Teams/Teams/docs/v1.0/New-MgUserTeamworkAssociatedTeam.md +++ b/src/Teams/Teams/docs/v1.0/New-MgUserTeamworkAssociatedTeam.md @@ -1068,18 +1068,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeam.md index 58bc7587452..9a4af496fae 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeam.md @@ -1429,18 +1429,32 @@ ALLCHANNELS : List of channels either hosted in or sh - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4020,18 +4034,32 @@ BODYPARAMETER : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6606,18 +6634,32 @@ CHANNELS : The collection of channels and messages as - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9136,18 +9178,32 @@ GROUP : group - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11794,18 +11850,32 @@ INCOMINGCHANNELS : List of channels shared with the t - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -14493,18 +14563,32 @@ PRIMARYCHANNEL : channel - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamChannel.md b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamChannel.md index 426a24d3c8b..5a0388092fa 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamChannel.md @@ -1233,18 +1233,32 @@ BODYPARAMETER : channel - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3815,18 +3829,32 @@ FILESFOLDER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6535,18 +6563,32 @@ SHAREDWITHTEAMS : A collection of te - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamChannelSharedWithTeam.md index cb53475e88c..6a14f139aff 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamChannelSharedWithTeam.md @@ -1121,18 +1121,32 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3745,18 +3759,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamPrimaryChannel.md b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamPrimaryChannel.md index a2250e5672e..e73bd494c8c 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamPrimaryChannel.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamPrimaryChannel.md @@ -1218,18 +1218,32 @@ BODYPARAMETER : channel - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3800,18 +3814,32 @@ FILESFOLDER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6520,18 +6548,32 @@ SHAREDWITHTEAMS : A collection of te - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamPrimaryChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamPrimaryChannelSharedWithTeam.md index 4a0517e8cf1..83f398a3cd4 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamPrimaryChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgGroupTeamPrimaryChannelSharedWithTeam.md @@ -1107,18 +1107,32 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3731,18 +3745,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgTeam.md index dcd3f1cff4d..2d8434be104 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgTeam.md @@ -1428,18 +1428,32 @@ ALLCHANNELS : List of channels either hosted in or sh - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -4019,18 +4033,32 @@ BODYPARAMETER : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6605,18 +6633,32 @@ CHANNELS : The collection of channels and messages as - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -9135,18 +9177,32 @@ GROUP : group - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11793,18 +11849,32 @@ INCOMINGCHANNELS : List of channels shared with the t - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -14492,18 +14562,32 @@ PRIMARYCHANNEL : channel - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgTeamChannel.md b/src/Teams/Teams/docs/v1.0/Update-MgTeamChannel.md index a23b5db02bd..24182cb5287 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgTeamChannel.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgTeamChannel.md @@ -1233,18 +1233,32 @@ BODYPARAMETER : channel - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3815,18 +3829,32 @@ FILESFOLDER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6535,18 +6563,32 @@ SHAREDWITHTEAMS : A collection of te - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgTeamChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgTeamChannelSharedWithTeam.md index 7b4b817dde8..3867d636c5f 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgTeamChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgTeamChannelSharedWithTeam.md @@ -1121,18 +1121,32 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3745,18 +3759,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannel.md b/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannel.md index bc91855fdf1..a5e6d238e04 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannel.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannel.md @@ -1217,18 +1217,32 @@ BODYPARAMETER : channel - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3799,18 +3813,32 @@ FILESFOLDER : driveItem - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -6519,18 +6547,32 @@ SHAREDWITHTEAMS : A collection of te - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannelSharedWithTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannelSharedWithTeam.md index d09241afbc6..7fd4f5c2c13 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannelSharedWithTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgTeamPrimaryChannelSharedWithTeam.md @@ -1106,18 +1106,32 @@ BODYPARAMETER : sharedWithChannelTeamI - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3730,18 +3744,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgUserTeamwork.md b/src/Teams/Teams/docs/v1.0/Update-MgUserTeamwork.md index d9470e92652..13106742a57 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgUserTeamwork.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgUserTeamwork.md @@ -1038,18 +1038,32 @@ ASSOCIATEDTEAMS : The list of associatedTea - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -3630,18 +3644,32 @@ BODYPARAMETER : userTeamwork - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Teams/Teams/docs/v1.0/Update-MgUserTeamworkAssociatedTeam.md b/src/Teams/Teams/docs/v1.0/Update-MgUserTeamworkAssociatedTeam.md index 5c10a330611..cd621aee349 100644 --- a/src/Teams/Teams/docs/v1.0/Update-MgUserTeamworkAssociatedTeam.md +++ b/src/Teams/Teams/docs/v1.0/Update-MgUserTeamworkAssociatedTeam.md @@ -1099,18 +1099,32 @@ TEAM : team - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Microsoft.Graph.Users.Actions.md b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Microsoft.Graph.Users.Actions.md index 16f57a9199f..776773cd4ad 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Microsoft.Graph.Users.Actions.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Microsoft.Graph.Users.Actions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Actions -Module Guid: 1be5c4a7-c33b-401d-a530-7cc21a51360a +Module Guid: e8aa2fa0-d700-4683-967f-219abd9a7a65 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveItemListItemDocumentSetVersion.md b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveItemListItemDocumentSetVersion.md index dfd68c518d9..3fc2ab086cf 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveItemListItemDocumentSetVersion.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveItemListItemDocumentSetVersion.md @@ -12,13 +12,13 @@ Invoke action restore ## SYNTAX -### Restore (Default) +### Restore1 (Default) ``` Restore-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId -DriveItemId -UserId [-PassThru] [-Confirm] [-WhatIf] [] ``` -### RestoreViaIdentity +### RestoreViaIdentity1 ``` Restore-MgUserDriveItemListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True @@ -51,7 +51,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True @@ -66,7 +66,7 @@ key: id of driveItem ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True @@ -82,7 +82,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IUsersActionsIdentity -Parameter Sets: RestoreViaIdentity +Parameter Sets: RestoreViaIdentity1 Aliases: Required: True @@ -112,7 +112,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True diff --git a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveListItemDocumentSetVersion.md b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveListItemDocumentSetVersion.md index b8f27d4cb4b..40357b73ee6 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveListItemDocumentSetVersion.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveListItemDocumentSetVersion.md @@ -12,13 +12,13 @@ Invoke action restore ## SYNTAX -### Restore (Default) +### Restore1 (Default) ``` Restore-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId -ListItemId -UserId [-PassThru] [-Confirm] [-WhatIf] [] ``` -### RestoreViaIdentity +### RestoreViaIdentity1 ``` Restore-MgUserDriveListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True @@ -51,7 +51,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IUsersActionsIdentity -Parameter Sets: RestoreViaIdentity +Parameter Sets: RestoreViaIdentity1 Aliases: Required: True @@ -82,7 +82,7 @@ key: id of listItem ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True @@ -112,7 +112,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True diff --git a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveRootListItemDocumentSetVersion.md b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveRootListItemDocumentSetVersion.md index 71a706c8c39..15d8d53eb30 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveRootListItemDocumentSetVersion.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0-beta/Restore-MgUserDriveRootListItemDocumentSetVersion.md @@ -12,13 +12,13 @@ Invoke action restore ## SYNTAX -### Restore (Default) +### Restore1 (Default) ``` Restore-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId -UserId [-PassThru] [-Confirm] [-WhatIf] [] ``` -### RestoreViaIdentity +### RestoreViaIdentity1 ``` Restore-MgUserDriveRootListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] [-WhatIf] [] @@ -36,7 +36,7 @@ key: id of documentSetVersion ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True @@ -51,7 +51,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True @@ -67,7 +67,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IUsersActionsIdentity -Parameter Sets: RestoreViaIdentity +Parameter Sets: RestoreViaIdentity1 Aliases: Required: True @@ -97,7 +97,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Restore +Parameter Sets: Restore1 Aliases: Required: True diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Microsoft.Graph.Users.Actions.md b/src/Users.Actions/Users.Actions/docs/v1.0/Microsoft.Graph.Users.Actions.md index bd5220a90d4..406d1779e52 100644 --- a/src/Users.Actions/Users.Actions/docs/v1.0/Microsoft.Graph.Users.Actions.md +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Microsoft.Graph.Users.Actions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Actions -Module Guid: 1be5c4a7-c33b-401d-a530-7cc21a51360a +Module Guid: e8aa2fa0-d700-4683-967f-219abd9a7a65 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions Help Version: 1.0.0.0 Locale: en-US @@ -377,18 +377,27 @@ Invoke action restore ### [Restore-MgUserDriveItem](Restore-MgUserDriveItem.md) Invoke action restore +### [Restore-MgUserDriveItemListItemDocumentSetVersion](Restore-MgUserDriveItemListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgUserDriveItemListItemVersion](Restore-MgUserDriveItemListItemVersion.md) Invoke action restoreVersion ### [Restore-MgUserDriveItemVersion](Restore-MgUserDriveItemVersion.md) Invoke action restoreVersion +### [Restore-MgUserDriveListItemDocumentSetVersion](Restore-MgUserDriveListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgUserDriveListItemVersion](Restore-MgUserDriveListItemVersion.md) Invoke action restoreVersion ### [Restore-MgUserDriveRoot](Restore-MgUserDriveRoot.md) Invoke action restore +### [Restore-MgUserDriveRootListItemDocumentSetVersion](Restore-MgUserDriveRootListItemDocumentSetVersion.md) +Invoke action restore + ### [Restore-MgUserDriveRootListItemVersion](Restore-MgUserDriveRootListItemVersion.md) Invoke action restoreVersion diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Restore-MgUserDriveItemListItemDocumentSetVersion.md b/src/Users.Actions/Users.Actions/docs/v1.0/Restore-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..dfd68c518d9 --- /dev/null +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Restore-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,225 @@ +--- +external help file: +Module Name: Microsoft.Graph.Users.Actions +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions/restore-mguserdriveitemlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgUserDriveItemListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore (Default) +``` +Restore-MgUserDriveItemListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -DriveItemId -UserId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity +``` +Restore-MgUserDriveItemListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Restore +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveItemId +key: id of driveItem + +```yaml +Type: System.String +Parameter Sets: Restore +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.IUsersActionsIdentity +Parameter Sets: RestoreViaIdentity +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 +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Restore +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.IUsersActionsIdentity + +## 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 + - `[AccessReviewInstanceId ]`: key: id of accessReviewInstance + - `[AccessReviewStageId ]`: key: id of accessReviewStage + - `[AppLogCollectionRequestId ]`: key: id of appLogCollectionRequest + - `[AuthenticationMethodId ]`: key: id of authenticationMethod + - `[BaseTaskId ]`: key: id of baseTask + - `[BaseTaskListId ]`: key: id of baseTaskList + - `[CalendarId ]`: key: id of calendar + - `[ChatId ]`: key: id of chat + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[CloudPcId ]`: key: id of cloudPC + - `[ContentTypeId ]`: key: id of contentType + - `[DeviceEnrollmentConfigurationId ]`: key: id of deviceEnrollmentConfiguration + - `[DeviceId ]`: key: id of device + - `[DeviceLogCollectionResponseId ]`: key: id of deviceLogCollectionResponse + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EventId ]`: key: id of event + - `[EventId1 ]`: key: id of event + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[MailFolderId ]`: key: id of mailFolder + - `[MailFolderId1 ]`: key: id of mailFolder + - `[ManagedDeviceId ]`: key: id of managedDevice + - `[MessageId ]`: key: id of message + - `[MicrosoftAuthenticatorAuthenticationMethodId ]`: key: id of microsoftAuthenticatorAuthenticationMethod + - `[MobileAppTroubleshootingEventId ]`: key: id of mobileAppTroubleshootingEvent + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[OutlookTaskFolderId ]`: key: id of outlookTaskFolder + - `[OutlookTaskGroupId ]`: key: id of outlookTaskGroup + - `[OutlookTaskId ]`: key: id of outlookTask + - `[PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]`: key: id of passwordlessMicrosoftAuthenticatorAuthenticationMethod + - `[PermissionId ]`: key: id of permission + - `[PhoneAuthenticationMethodId ]`: key: id of phoneAuthenticationMethod + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SensitivityLabelId ]`: key: id of sensitivityLabel + - `[SubscriptionId ]`: key: id of subscription + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TodoTaskId ]`: key: id of todoTask + - `[TodoTaskListId ]`: key: id of todoTaskList + - `[UserId ]`: key: id of user + - `[WindowsHelloForBusinessAuthenticationMethodId ]`: key: id of windowsHelloForBusinessAuthenticationMethod + +## RELATED LINKS + diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Restore-MgUserDriveListItemDocumentSetVersion.md b/src/Users.Actions/Users.Actions/docs/v1.0/Restore-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..b8f27d4cb4b --- /dev/null +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Restore-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,225 @@ +--- +external help file: +Module Name: Microsoft.Graph.Users.Actions +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions/restore-mguserdrivelistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgUserDriveListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore (Default) +``` +Restore-MgUserDriveListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -ListItemId -UserId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity +``` +Restore-MgUserDriveListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Restore +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.IUsersActionsIdentity +Parameter Sets: RestoreViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -ListItemId +key: id of listItem + +```yaml +Type: System.String +Parameter Sets: Restore +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 +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Restore +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.IUsersActionsIdentity + +## 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 + - `[AccessReviewInstanceId ]`: key: id of accessReviewInstance + - `[AccessReviewStageId ]`: key: id of accessReviewStage + - `[AppLogCollectionRequestId ]`: key: id of appLogCollectionRequest + - `[AuthenticationMethodId ]`: key: id of authenticationMethod + - `[BaseTaskId ]`: key: id of baseTask + - `[BaseTaskListId ]`: key: id of baseTaskList + - `[CalendarId ]`: key: id of calendar + - `[ChatId ]`: key: id of chat + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[CloudPcId ]`: key: id of cloudPC + - `[ContentTypeId ]`: key: id of contentType + - `[DeviceEnrollmentConfigurationId ]`: key: id of deviceEnrollmentConfiguration + - `[DeviceId ]`: key: id of device + - `[DeviceLogCollectionResponseId ]`: key: id of deviceLogCollectionResponse + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EventId ]`: key: id of event + - `[EventId1 ]`: key: id of event + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[MailFolderId ]`: key: id of mailFolder + - `[MailFolderId1 ]`: key: id of mailFolder + - `[ManagedDeviceId ]`: key: id of managedDevice + - `[MessageId ]`: key: id of message + - `[MicrosoftAuthenticatorAuthenticationMethodId ]`: key: id of microsoftAuthenticatorAuthenticationMethod + - `[MobileAppTroubleshootingEventId ]`: key: id of mobileAppTroubleshootingEvent + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[OutlookTaskFolderId ]`: key: id of outlookTaskFolder + - `[OutlookTaskGroupId ]`: key: id of outlookTaskGroup + - `[OutlookTaskId ]`: key: id of outlookTask + - `[PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]`: key: id of passwordlessMicrosoftAuthenticatorAuthenticationMethod + - `[PermissionId ]`: key: id of permission + - `[PhoneAuthenticationMethodId ]`: key: id of phoneAuthenticationMethod + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SensitivityLabelId ]`: key: id of sensitivityLabel + - `[SubscriptionId ]`: key: id of subscription + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TodoTaskId ]`: key: id of todoTask + - `[TodoTaskListId ]`: key: id of todoTaskList + - `[UserId ]`: key: id of user + - `[WindowsHelloForBusinessAuthenticationMethodId ]`: key: id of windowsHelloForBusinessAuthenticationMethod + +## RELATED LINKS + diff --git a/src/Users.Actions/Users.Actions/docs/v1.0/Restore-MgUserDriveRootListItemDocumentSetVersion.md b/src/Users.Actions/Users.Actions/docs/v1.0/Restore-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..71a706c8c39 --- /dev/null +++ b/src/Users.Actions/Users.Actions/docs/v1.0/Restore-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,210 @@ +--- +external help file: +Module Name: Microsoft.Graph.Users.Actions +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.actions/restore-mguserdriverootlistitemdocumentsetversion +schema: 2.0.0 +--- + +# Restore-MgUserDriveRootListItemDocumentSetVersion + +## SYNOPSIS +Invoke action restore + +## SYNTAX + +### Restore (Default) +``` +Restore-MgUserDriveRootListItemDocumentSetVersion -DocumentSetVersionId -DriveId + -UserId [-PassThru] [-Confirm] [-WhatIf] [] +``` + +### RestoreViaIdentity +``` +Restore-MgUserDriveRootListItemDocumentSetVersion -InputObject [-PassThru] [-Confirm] + [-WhatIf] [] +``` + +## DESCRIPTION +Invoke action restore + +## EXAMPLES + +## PARAMETERS + +### -DocumentSetVersionId +key: id of documentSetVersion + +```yaml +Type: System.String +Parameter Sets: Restore +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: False +Accept wildcard characters: False +``` + +### -DriveId +key: id of drive + +```yaml +Type: System.String +Parameter Sets: Restore +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.IUsersActionsIdentity +Parameter Sets: RestoreViaIdentity +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 +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Restore +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.IUsersActionsIdentity + +## 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 + - `[AccessReviewInstanceId ]`: key: id of accessReviewInstance + - `[AccessReviewStageId ]`: key: id of accessReviewStage + - `[AppLogCollectionRequestId ]`: key: id of appLogCollectionRequest + - `[AuthenticationMethodId ]`: key: id of authenticationMethod + - `[BaseTaskId ]`: key: id of baseTask + - `[BaseTaskListId ]`: key: id of baseTaskList + - `[CalendarId ]`: key: id of calendar + - `[ChatId ]`: key: id of chat + - `[ChatMessageId ]`: key: id of chatMessage + - `[ChatMessageId1 ]`: key: id of chatMessage + - `[CloudPcId ]`: key: id of cloudPC + - `[ContentTypeId ]`: key: id of contentType + - `[DeviceEnrollmentConfigurationId ]`: key: id of deviceEnrollmentConfiguration + - `[DeviceId ]`: key: id of device + - `[DeviceLogCollectionResponseId ]`: key: id of deviceLogCollectionResponse + - `[DocumentSetVersionId ]`: key: id of documentSetVersion + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[DriveItemVersionId ]`: key: id of driveItemVersion + - `[EventId ]`: key: id of event + - `[EventId1 ]`: key: id of event + - `[ListItemId ]`: key: id of listItem + - `[ListItemVersionId ]`: key: id of listItemVersion + - `[MailFolderId ]`: key: id of mailFolder + - `[MailFolderId1 ]`: key: id of mailFolder + - `[ManagedDeviceId ]`: key: id of managedDevice + - `[MessageId ]`: key: id of message + - `[MicrosoftAuthenticatorAuthenticationMethodId ]`: key: id of microsoftAuthenticatorAuthenticationMethod + - `[MobileAppTroubleshootingEventId ]`: key: id of mobileAppTroubleshootingEvent + - `[NotebookId ]`: key: id of notebook + - `[OnenotePageId ]`: key: id of onenotePage + - `[OnenoteSectionId ]`: key: id of onenoteSection + - `[OutlookTaskFolderId ]`: key: id of outlookTaskFolder + - `[OutlookTaskGroupId ]`: key: id of outlookTaskGroup + - `[OutlookTaskId ]`: key: id of outlookTask + - `[PasswordlessMicrosoftAuthenticatorAuthenticationMethodId ]`: key: id of passwordlessMicrosoftAuthenticatorAuthenticationMethod + - `[PermissionId ]`: key: id of permission + - `[PhoneAuthenticationMethodId ]`: key: id of phoneAuthenticationMethod + - `[ResourceSpecificPermissionGrantId ]`: key: id of resourceSpecificPermissionGrant + - `[SensitivityLabelId ]`: key: id of sensitivityLabel + - `[SubscriptionId ]`: key: id of subscription + - `[TeamsAppInstallationId ]`: key: id of teamsAppInstallation + - `[TodoTaskId ]`: key: id of todoTask + - `[TodoTaskListId ]`: key: id of todoTaskList + - `[UserId ]`: key: id of user + - `[WindowsHelloForBusinessAuthenticationMethodId ]`: key: id of windowsHelloForBusinessAuthenticationMethod + +## RELATED LINKS + diff --git a/src/Users.Actions/Users.Actions/examples/v1.0/Restore-MgUserDriveItemListItemDocumentSetVersion.md b/src/Users.Actions/Users.Actions/examples/v1.0/Restore-MgUserDriveItemListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Users.Actions/Users.Actions/examples/v1.0/Restore-MgUserDriveItemListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Users.Actions/Users.Actions/examples/v1.0/Restore-MgUserDriveListItemDocumentSetVersion.md b/src/Users.Actions/Users.Actions/examples/v1.0/Restore-MgUserDriveListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Users.Actions/Users.Actions/examples/v1.0/Restore-MgUserDriveListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Users.Actions/Users.Actions/examples/v1.0/Restore-MgUserDriveRootListItemDocumentSetVersion.md b/src/Users.Actions/Users.Actions/examples/v1.0/Restore-MgUserDriveRootListItemDocumentSetVersion.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Users.Actions/Users.Actions/examples/v1.0/Restore-MgUserDriveRootListItemDocumentSetVersion.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgAllUserChatMessage.md b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgAllUserChatMessage.md index 3ff51e8206a..b2cae50f3db 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgAllUserChatMessage.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgAllUserChatMessage.md @@ -69,7 +69,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage1 ## NOTES diff --git a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserChatMessageDelta.md b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserChatMessageDelta.md index 9f5fe0c2947..c9dcc614630 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserChatMessageDelta.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserChatMessageDelta.md @@ -84,7 +84,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage1 ## NOTES diff --git a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserChatMessageReplyDelta.md b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserChatMessageReplyDelta.md index 9fc405f008b..204cf822fbd 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserChatMessageReplyDelta.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserChatMessageReplyDelta.md @@ -99,7 +99,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage1 ## NOTES diff --git a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserDeviceDelta.md b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserDeviceDelta.md new file mode 100644 index 00000000000..1337a3fdfbf --- /dev/null +++ b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserDeviceDelta.md @@ -0,0 +1,120 @@ +--- +external help file: +Module Name: Microsoft.Graph.Users.Functions +online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.functions/get-mguserdevicedelta +schema: 2.0.0 +--- + +# Get-MgUserDeviceDelta + +## SYNOPSIS +Invoke function delta + +## SYNTAX + +### Delta (Default) +``` +Get-MgUserDeviceDelta -UserId [] +``` + +### DeltaViaIdentity +``` +Get-MgUserDeviceDelta -InputObject [] +``` + +## DESCRIPTION +Invoke function delta + +## EXAMPLES + +## PARAMETERS + +### -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.IUsersFunctionsIdentity +Parameter Sets: DeltaViaIdentity +Aliases: + +Required: True +Position: Named +Default value: None +Accept pipeline input: True (ByValue) +Accept wildcard characters: False +``` + +### -UserId +key: id of user + +```yaml +Type: System.String +Parameter Sets: Delta +Aliases: + +Required: True +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.IUsersFunctionsIdentity + +## OUTPUTS + +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphDevice1 + +## 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 + - `[AccessReviewInstanceId ]`: key: id of accessReviewInstance + - `[AppConsentRequestId ]`: key: id of appConsentRequest + - `[BaseTaskListId ]`: key: id of baseTaskList + - `[CalendarId ]`: key: id of calendar + - `[ChatId ]`: key: id of chat + - `[ChatMessageId ]`: key: id of chatMessage + - `[CloudPcId ]`: key: id of cloudPC + - `[ContactFolderId ]`: key: id of contactFolder + - `[ContactFolderId1 ]`: key: id of contactFolder + - `[ContentTypeId ]`: key: id of contentType + - `[DriveId ]`: key: id of drive + - `[DriveItemId ]`: key: id of driveItem + - `[EndDateTime ]`: Usage: EndDateTime='{EndDateTime}' + - `[EndDateTime1 ]`: Usage: endDateTime='{endDateTime}' + - `[EventId ]`: key: id of event + - `[IncludePersonalNotebooks ]`: Usage: includePersonalNotebooks={includePersonalNotebooks} + - `[Interval ]`: Usage: interval='{interval}' + - `[ListItemId ]`: key: id of listItem + - `[MailFolderId ]`: key: id of mailFolder + - `[MailFolderId1 ]`: key: id of mailFolder + - `[ManagedDeviceId ]`: key: id of managedDevice + - `[On ]`: Usage: on='{on}' + - `[OnenotePageId ]`: key: id of onenotePage + - `[Q ]`: Usage: q='{q}' + - `[RoomList ]`: Usage: RoomList='{RoomList}' + - `[Skip ]`: Usage: skip={skip} + - `[StartDateTime ]`: Usage: StartDateTime='{StartDateTime}' + - `[StartDateTime1 ]`: Usage: startDateTime='{startDateTime}' + - `[TimeZoneStandard ]`: Usage: TimeZoneStandard='{TimeZoneStandard}' + - `[TodoTaskListId ]`: key: id of todoTaskList + - `[Token ]`: Usage: token='{token}' + - `[Top ]`: Usage: top={top} + - `[User ]`: Usage: User='{User}' + - `[UserId ]`: key: id of user + +## RELATED LINKS + diff --git a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserDriveListContentTypeCompatibleHubContentType.md b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserDriveListContentTypeCompatibleHubContentType.md index b2b530651aa..fb3e96f8948 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserDriveListContentTypeCompatibleHubContentType.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Get-MgUserDriveListContentTypeCompatibleHubContentType.md @@ -12,12 +12,12 @@ Invoke function getCompatibleHubContentTypes ## SYNTAX -### Get (Default) +### Get1 (Default) ``` Get-MgUserDriveListContentTypeCompatibleHubContentType -DriveId -UserId [] ``` -### GetViaIdentity +### GetViaIdentity1 ``` Get-MgUserDriveListContentTypeCompatibleHubContentType -InputObject [] @@ -35,7 +35,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True @@ -51,7 +51,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IUsersFunctionsIdentity -Parameter Sets: GetViaIdentity +Parameter Sets: GetViaIdentity1 Aliases: Required: True @@ -66,7 +66,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Get +Parameter Sets: Get1 Aliases: Required: True diff --git a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Invoke-MgMessageUserChat.md b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Invoke-MgMessageUserChat.md index dd5a8a7715c..173e4e1ea1a 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Invoke-MgMessageUserChat.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Invoke-MgMessageUserChat.md @@ -69,7 +69,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage1 ## NOTES diff --git a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Microsoft.Graph.Users.Functions.md b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Microsoft.Graph.Users.Functions.md index d8df12a306e..469b62cdabd 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0-beta/Microsoft.Graph.Users.Functions.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0-beta/Microsoft.Graph.Users.Functions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Functions -Module Guid: eceb6520-5381-4c14-9cd3-fdb84b360354 +Module Guid: 120fd959-732e-40ca-b6e1-bf18379f1451 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.functions Help Version: 1.0.0.0 Locale: en-US @@ -56,6 +56,9 @@ Invoke function delta ### [Get-MgUserDelta](Get-MgUserDelta.md) Invoke function delta +### [Get-MgUserDeviceDelta](Get-MgUserDeviceDelta.md) +Invoke function delta + ### [Get-MgUserDriveItemActivityByInterval](Get-MgUserDriveItemActivityByInterval.md) Invoke function getActivitiesByInterval diff --git a/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgAllUserChatMessage.md b/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgAllUserChatMessage.md index 2e18bf79b77..9cddc41272a 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgAllUserChatMessage.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgAllUserChatMessage.md @@ -69,7 +69,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage ## NOTES diff --git a/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserChatMessageDelta.md b/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserChatMessageDelta.md index 4091feecb2a..f5e380996e8 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserChatMessageDelta.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserChatMessageDelta.md @@ -84,7 +84,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage ## NOTES diff --git a/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserChatMessageReplyDelta.md b/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserChatMessageReplyDelta.md index 49456120bc6..d3c2a1aa8f4 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserChatMessageReplyDelta.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserChatMessageReplyDelta.md @@ -99,7 +99,7 @@ This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable ## OUTPUTS -### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage1 +### Microsoft.Graph.PowerShell.Models.IMicrosoftGraphChatMessage ## NOTES diff --git a/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserDriveListContentTypeCompatibleHubContentType.md b/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserDriveListContentTypeCompatibleHubContentType.md index f737d499033..f1f9e529203 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserDriveListContentTypeCompatibleHubContentType.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0/Get-MgUserDriveListContentTypeCompatibleHubContentType.md @@ -12,12 +12,12 @@ Invoke function getCompatibleHubContentTypes ## SYNTAX -### Get1 (Default) +### Get (Default) ``` Get-MgUserDriveListContentTypeCompatibleHubContentType -DriveId -UserId [] ``` -### GetViaIdentity1 +### GetViaIdentity ``` Get-MgUserDriveListContentTypeCompatibleHubContentType -InputObject [] @@ -35,7 +35,7 @@ key: id of drive ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True @@ -51,7 +51,7 @@ To construct, please use Get-Help -Online and see NOTES section for INPUTOBJECT ```yaml Type: Microsoft.Graph.PowerShell.Models.IUsersFunctionsIdentity -Parameter Sets: GetViaIdentity1 +Parameter Sets: GetViaIdentity Aliases: Required: True @@ -66,7 +66,7 @@ key: id of user ```yaml Type: System.String -Parameter Sets: Get1 +Parameter Sets: Get Aliases: Required: True diff --git a/src/Users.Functions/Users.Functions/docs/v1.0/Microsoft.Graph.Users.Functions.md b/src/Users.Functions/Users.Functions/docs/v1.0/Microsoft.Graph.Users.Functions.md index a77fc820967..8adc2d5581c 100644 --- a/src/Users.Functions/Users.Functions/docs/v1.0/Microsoft.Graph.Users.Functions.md +++ b/src/Users.Functions/Users.Functions/docs/v1.0/Microsoft.Graph.Users.Functions.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users.Functions -Module Guid: eceb6520-5381-4c14-9cd3-fdb84b360354 +Module Guid: 120fd959-732e-40ca-b6e1-bf18379f1451 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users.functions Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Users.Functions/Users.Functions/examples/v1.0-beta/Get-MgUserDeviceDelta.md b/src/Users.Functions/Users.Functions/examples/v1.0-beta/Get-MgUserDeviceDelta.md new file mode 100644 index 00000000000..093355d11d5 --- /dev/null +++ b/src/Users.Functions/Users.Functions/examples/v1.0-beta/Get-MgUserDeviceDelta.md @@ -0,0 +1,18 @@ +### Example 1: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + +### Example 2: {{ Add title here }} +```powershell +PS C:\> {{ Add code here }} + +{{ Add output here }} +``` + +{{ Add description here }} + diff --git a/src/Users/Users/docs/v1.0-beta/Microsoft.Graph.Users.md b/src/Users/Users/docs/v1.0-beta/Microsoft.Graph.Users.md index 6de074e26d6..d95aad0e1c6 100644 --- a/src/Users/Users/docs/v1.0-beta/Microsoft.Graph.Users.md +++ b/src/Users/Users/docs/v1.0-beta/Microsoft.Graph.Users.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users -Module Guid: df6a7d25-3706-4de0-b41e-b273e00535d2 +Module Guid: 142c3529-676c-4243-8d12-285908b9acb8 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Users/Users/docs/v1.0-beta/New-MgUser.md b/src/Users/Users/docs/v1.0-beta/New-MgUser.md index 0d5b950ae4c..c232da40519 100644 --- a/src/Users/Users/docs/v1.0-beta/New-MgUser.md +++ b/src/Users/Users/docs/v1.0-beta/New-MgUser.md @@ -5711,7 +5711,7 @@ BODYPARAMETER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -6220,10 +6220,10 @@ BODYPARAMETER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11167,7 +11167,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11676,10 +11676,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -15461,7 +15461,7 @@ DRIVES : A collection of drives available for this user. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -15970,10 +15970,10 @@ DRIVES : A collection of drives available for this user. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -19883,7 +19883,7 @@ FOLLOWEDSITES : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20392,10 +20392,10 @@ FOLLOWEDSITES : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24120,7 +24120,7 @@ JOINEDGROUPS : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -24633,10 +24633,10 @@ JOINEDGROUPS : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -27969,7 +27969,7 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -28478,10 +28478,10 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -30446,7 +30446,7 @@ MANAGEDDEVICES : The managed devices associated - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33648,10 +33648,10 @@ MANAGEDDEVICES : The managed devices associated - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -35103,10 +35103,10 @@ ONLINEMEETINGS : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -38292,7 +38292,7 @@ PRINT : userPrint - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -38805,10 +38805,10 @@ PRINT : userPrint - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -42503,7 +42503,7 @@ TEAMWORK : userTeamwork - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -43012,10 +43012,10 @@ TEAMWORK : userTeamwork - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Users/Users/docs/v1.0-beta/Update-MgUser.md b/src/Users/Users/docs/v1.0-beta/Update-MgUser.md index 5df4d33470b..8d201bf1a07 100644 --- a/src/Users/Users/docs/v1.0-beta/Update-MgUser.md +++ b/src/Users/Users/docs/v1.0-beta/Update-MgUser.md @@ -5829,7 +5829,7 @@ BODYPARAMETER : user - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -6338,10 +6338,10 @@ BODYPARAMETER : user - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -11285,7 +11285,7 @@ DRIVE : drive - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -11794,10 +11794,10 @@ DRIVE : drive - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -15579,7 +15579,7 @@ DRIVES : A collection of drives available for this user. - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -16088,10 +16088,10 @@ DRIVES : A collection of drives available for this user. - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -20001,7 +20001,7 @@ FOLLOWEDSITES : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -20510,10 +20510,10 @@ FOLLOWEDSITES : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -24260,7 +24260,7 @@ JOINEDGROUPS : . - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -24773,10 +24773,10 @@ JOINEDGROUPS : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -28109,7 +28109,7 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -28618,10 +28618,10 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -30586,7 +30586,7 @@ MANAGEDDEVICES : The managed devices associated - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -33788,10 +33788,10 @@ MANAGEDDEVICES : The managed devices associated - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -35243,10 +35243,10 @@ ONLINEMEETINGS : . - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -38432,7 +38432,7 @@ PRINT : userPrint - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -38945,10 +38945,10 @@ PRINT : userPrint - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. @@ -42643,7 +42643,7 @@ TEAMWORK : userTeamwork - `[AzureActiveDirectoryDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdDeviceId ]`: The unique identifier for the Azure Active Directory device. Read only. This property is read-only. - `[AzureAdRegistered ]`: Whether the device is Azure Active Directory registered. This property is read-only. - - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. + - `[BootstrapTokenEscrowed ]`: Reports if the managed device has an escrowed Bootstrap Token. This is only for macOS devices. To get, include BootstrapTokenEscrowed in the select clause and query with a device id. If FALSE, no bootstrap token is escrowed. If TRUE, the device has escrowed a bootstrap token with Intune. This property is read-only. - `[ChassisType ]`: Chassis type. - `[ChromeOSDeviceInfo ]`: List of properties of the ChromeOS Device. - `[Name ]`: Name of the property @@ -43152,10 +43152,10 @@ TEAMWORK : userTeamwork - `[Subject ]`: The subject of the meeting. - `[StartDateTime ]`: The meeting start time in UTC. - `[Subject ]`: The subject of the online meeting. - - `[Transcripts ]`: + - `[Transcripts ]`: The transcripts of an online meeting. Read-only. - `[Id ]`: - - `[Content ]`: - - `[CreatedDateTime ]`: + - `[Content ]`: A field representing the content of the transcript. Read-only. + - `[CreatedDateTime ]`: Date and time at which the transcript was created. Read-only. - `[VideoTeleconferenceId ]`: The video teleconferencing ID. Read-only. - `[VirtualAppointment ]`: virtualAppointment - `[(Any) ]`: This indicates any property can be added to this object. diff --git a/src/Users/Users/docs/v1.0/Microsoft.Graph.Users.md b/src/Users/Users/docs/v1.0/Microsoft.Graph.Users.md index d43c0903c53..6c7026cf229 100644 --- a/src/Users/Users/docs/v1.0/Microsoft.Graph.Users.md +++ b/src/Users/Users/docs/v1.0/Microsoft.Graph.Users.md @@ -1,6 +1,6 @@ --- Module Name: Microsoft.Graph.Users -Module Guid: df6a7d25-3706-4de0-b41e-b273e00535d2 +Module Guid: 142c3529-676c-4243-8d12-285908b9acb8 Download Help Link: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.users Help Version: 1.0.0.0 Locale: en-US diff --git a/src/Users/Users/docs/v1.0/New-MgUser.md b/src/Users/Users/docs/v1.0/New-MgUser.md index cdd453bd6ef..413b6cfa590 100644 --- a/src/Users/Users/docs/v1.0/New-MgUser.md +++ b/src/Users/Users/docs/v1.0/New-MgUser.md @@ -3070,18 +3070,32 @@ BODYPARAMETER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6568,18 +6582,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9155,18 +9183,32 @@ DRIVES : A collection of drives available for this user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -11905,18 +11947,32 @@ FOLLOWEDSITES : . - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -14686,18 +14742,32 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -18182,18 +18252,32 @@ TEAMWORK : userTeamwork - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo diff --git a/src/Users/Users/docs/v1.0/Update-MgUser.md b/src/Users/Users/docs/v1.0/Update-MgUser.md index 3929c0a514d..122fed4fb79 100644 --- a/src/Users/Users/docs/v1.0/Update-MgUser.md +++ b/src/Users/Users/docs/v1.0/Update-MgUser.md @@ -3174,18 +3174,32 @@ BODYPARAMETER : user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -6672,18 +6686,32 @@ DRIVE : drive - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -9259,18 +9287,32 @@ DRIVES : A collection of drives available for this user - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -12009,18 +12051,32 @@ FOLLOWEDSITES : . - `[(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. + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[Location ]`: geoCoordinates @@ -14812,18 +14868,32 @@ JOINEDTEAMS : The Microsoft Teams teams that the user is - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo @@ -18308,18 +18378,32 @@ TEAMWORK : userTeamwork - `[ItemActivityStats ]`: - `[LastSevenDays ]`: itemActivityStat - `[ContentType ]`: contentTypeInfo + - `[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 ]`: + - `[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 ]`: + - `[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 - - `[(Any) ]`: This indicates any property can be added to this object. - - `[Id ]`: - `[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 - - `[(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 ]`: - `[Fields ]`: fieldValueSet - `[List ]`: listInfo