Update-MgBetaComplianceEdiscoveryCaseSourceCollection

Update the properties of a sourceCollection object.

Syntax

Update-MgBetaComplianceEdiscoveryCaseSourceCollection
      -CaseId <String>
      -SourceCollectionId <String>
      [-ResponseHeadersVariable <String>]
      [-AddToReviewSetOperation <IMicrosoftGraphEdiscoveryAddToReviewSetOperation>]
      [-AdditionalProperties <Hashtable>]
      [-AdditionalSources <IMicrosoftGraphEdiscoveryDataSource[]>]
      [-ContentQuery <String>]
      [-CreatedBy <IMicrosoftGraphIdentitySet>]
      [-CreatedDateTime <DateTime>]
      [-CustodianSources <IMicrosoftGraphEdiscoveryDataSource[]>]
      [-DataSourceScopes <String>]
      [-Description <String>]
      [-DisplayName <String>]
      [-Id <String>]
      [-LastEstimateStatisticsOperation <IMicrosoftGraphEdiscoveryEstimateStatisticsOperation>]
      [-LastModifiedBy <IMicrosoftGraphIdentitySet>]
      [-LastModifiedDateTime <DateTime>]
      [-NoncustodialSources <IMicrosoftGraphEdiscoveryNoncustodialDataSource[]>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-MgBetaComplianceEdiscoveryCaseSourceCollection
      -CaseId <String>
      -SourceCollectionId <String>
      -BodyParameter <IMicrosoftGraphEdiscoverySourceCollection>
      [-ResponseHeadersVariable <String>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-MgBetaComplianceEdiscoveryCaseSourceCollection
      -InputObject <IComplianceIdentity>
      [-ResponseHeadersVariable <String>]
      [-AddToReviewSetOperation <IMicrosoftGraphEdiscoveryAddToReviewSetOperation>]
      [-AdditionalProperties <Hashtable>]
      [-AdditionalSources <IMicrosoftGraphEdiscoveryDataSource[]>]
      [-ContentQuery <String>]
      [-CreatedBy <IMicrosoftGraphIdentitySet>]
      [-CreatedDateTime <DateTime>]
      [-CustodianSources <IMicrosoftGraphEdiscoveryDataSource[]>]
      [-DataSourceScopes <String>]
      [-Description <String>]
      [-DisplayName <String>]
      [-Id <String>]
      [-LastEstimateStatisticsOperation <IMicrosoftGraphEdiscoveryEstimateStatisticsOperation>]
      [-LastModifiedBy <IMicrosoftGraphIdentitySet>]
      [-LastModifiedDateTime <DateTime>]
      [-NoncustodialSources <IMicrosoftGraphEdiscoveryNoncustodialDataSource[]>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]
Update-MgBetaComplianceEdiscoveryCaseSourceCollection
      -InputObject <IComplianceIdentity>
      -BodyParameter <IMicrosoftGraphEdiscoverySourceCollection>
      [-ResponseHeadersVariable <String>]
      [-Headers <IDictionary>]
      [-ProgressAction <ActionPreference>]
      [-WhatIf]
      [-Confirm]
      [<CommonParameters>]

Description

Update the properties of a sourceCollection object.

Examples

Example 1: Code snippet

Import-Module Microsoft.Graph.Beta.Compliance

$params = @{
	displayName = "Quarterly Financials search"
}

Update-MgBetaComplianceEdiscoveryCaseSourceCollection -CaseId $caseId -SourceCollectionId $sourceCollectionId -BodyParameter $params

This example shows how to use the Update-MgBetaComplianceEdiscoveryCaseSourceCollection Cmdlet.

Parameters

-AdditionalProperties

Additional Parameters

Type:Hashtable
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AdditionalSources

Adds an additional source to the sourceCollection. To construct, see NOTES section for ADDITIONALSOURCES properties and create a hash table.

Type:IMicrosoftGraphEdiscoveryDataSource[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-AddToReviewSetOperation

addToReviewSetOperation To construct, see NOTES section for ADDTOREVIEWSETOPERATION properties and create a hash table.

Type:IMicrosoftGraphEdiscoveryAddToReviewSetOperation
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-BodyParameter

sourceCollection To construct, see NOTES section for BODYPARAMETER properties and create a hash table.

Type:IMicrosoftGraphEdiscoverySourceCollection
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-CaseId

The unique identifier of case

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Type:SwitchParameter
Aliases:cf
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ContentQuery

The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-CreatedBy

identitySet To construct, see NOTES section for CREATEDBY properties and create a hash table.

Type:IMicrosoftGraphIdentitySet
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-CreatedDateTime

The date and time the sourceCollection was created.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-CustodianSources

Custodian sources that are included in the sourceCollection. To construct, see NOTES section for CUSTODIANSOURCES properties and create a hash table.

Type:IMicrosoftGraphEdiscoveryDataSource[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DataSourceScopes

dataSourceScopes

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Description

The description of the sourceCollection.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-DisplayName

The display name of the sourceCollection.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-Headers

Optional headers that will be added to the request.

Type:IDictionary
Position:Named
Default value:None
Required:False
Accept pipeline input:True
Accept wildcard characters:False

-Id

The unique identifier for an entity. Read-only.

Type:String
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-InputObject

Identity Parameter To construct, see NOTES section for INPUTOBJECT properties and create a hash table.

Type:IComplianceIdentity
Position:Named
Default value:None
Required:True
Accept pipeline input:True
Accept wildcard characters:False

-LastEstimateStatisticsOperation

estimateStatisticsOperation To construct, see NOTES section for LASTESTIMATESTATISTICSOPERATION properties and create a hash table.

Type:IMicrosoftGraphEdiscoveryEstimateStatisticsOperation
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LastModifiedBy

identitySet To construct, see NOTES section for LASTMODIFIEDBY properties and create a hash table.

Type:IMicrosoftGraphIdentitySet
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-LastModifiedDateTime

The last date and time the sourceCollection was modified.

Type:DateTime
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-NoncustodialSources

noncustodialDataSource sources that are included in the sourceCollection To construct, see NOTES section for NONCUSTODIALSOURCES properties and create a hash table.

Type:IMicrosoftGraphEdiscoveryNoncustodialDataSource[]
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ProgressAction

{{ Fill ProgressAction Description }}

Type:ActionPreference
Aliases:proga
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Type:String
Aliases:RHV
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

-SourceCollectionId

The unique identifier of sourceCollection

Type:String
Position:Named
Default value:None
Required:True
Accept pipeline input:False
Accept wildcard characters:False

-WhatIf

Shows what would happen if the cmdlet runs. The cmdlet is not run.

Type:SwitchParameter
Aliases:wi
Position:Named
Default value:None
Required:False
Accept pipeline input:False
Accept wildcard characters:False

Inputs

Microsoft.Graph.Beta.PowerShell.Models.IComplianceIdentity

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphEdiscoverySourceCollection

System.Collections.IDictionary

Outputs

Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphEdiscoverySourceCollection

Notes

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.

ADDITIONALSOURCES <IMicrosoftGraphEdiscoveryDataSource- []>: Adds an additional source to the sourceCollection.

  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Application <IMicrosoftGraphIdentity>]: identity
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
      • [Id <String>]: Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
    • [Device <IMicrosoftGraphIdentity>]: identity
    • [User <IMicrosoftGraphIdentity>]: identity
  • [CreatedDateTime <DateTime?>]: The date and time the dataSource was created.
  • [DisplayName <String>]: The display name of the dataSource, and is the name of the SharePoint site.
  • [HoldStatus <String>]: dataSourceHoldStatus

ADDTOREVIEWSETOPERATION <IMicrosoftGraphEdiscoveryAddToReviewSetOperation>: addToReviewSetOperation

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Action <String>]: caseAction
  • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
  • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Application <IMicrosoftGraphIdentity>]: identity
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
      • [Id <String>]: Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
    • [Device <IMicrosoftGraphIdentity>]: identity
    • [User <IMicrosoftGraphIdentity>]: identity
  • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
  • [PercentProgress <Int32?>]: The progress of the operation.
  • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Code <Int32?>]: The result code.
    • [Message <String>]: The message.
    • [Subcode <Int32?>]: The result sub-code.
  • [Status <String>]: caseOperationStatus
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [ReviewSet <IMicrosoftGraphEdiscoveryReviewSet>]: reviewSet
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [CreatedDateTime <DateTime?>]: The datetime when the review set was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
    • [DisplayName <String>]: The review set name. The name is unique with a maximum limit of 64 characters.
    • [Queries <IMicrosoftGraphEdiscoveryReviewSetQuery- []>]:
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [CreatedDateTime <DateTime?>]: The time and date when the query was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
      • [DisplayName <String>]: The name of the query.
      • [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [LastModifiedDateTime <DateTime?>]: The date and time the query was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
      • [Query <String>]: The query string in KQL (Keyword Query Language) query. For details, see Document metadata fields in Advanced eDiscovery. This field maps directly to the keywords condition. You can refine searches by using fields listed in the searchable field name paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016.
  • [SourceCollection <IMicrosoftGraphEdiscoverySourceCollection>]: sourceCollection
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [AddToReviewSetOperation <IMicrosoftGraphEdiscoveryAddToReviewSetOperation>]: addToReviewSetOperation
    • [AdditionalSources <IMicrosoftGraphEdiscoveryDataSource- []>]: Adds an additional source to the sourceCollection.
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [CreatedDateTime <DateTime?>]: The date and time the dataSource was created.
      • [DisplayName <String>]: The display name of the dataSource, and is the name of the SharePoint site.
      • [HoldStatus <String>]: dataSourceHoldStatus
    • [ContentQuery <String>]: The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016.
    • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [CreatedDateTime <DateTime?>]: The date and time the sourceCollection was created.
    • [CustodianSources <IMicrosoftGraphEdiscoveryDataSource- []>]: Custodian sources that are included in the sourceCollection.
    • [DataSourceScopes <String>]: dataSourceScopes
    • [Description <String>]: The description of the sourceCollection.
    • [DisplayName <String>]: The display name of the sourceCollection.
    • [LastEstimateStatisticsOperation <IMicrosoftGraphEdiscoveryEstimateStatisticsOperation>]: estimateStatisticsOperation
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Action <String>]: caseAction
      • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
      • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
      • [PercentProgress <Int32?>]: The progress of the operation.
      • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
      • [Status <String>]: caseOperationStatus
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [IndexedItemCount <Int64?>]: The estimated count of items for the sourceCollection that matched the content query.
      • [IndexedItemsSize <Int64?>]: The estimated size of items for the sourceCollection that matched the content query.
      • [MailboxCount <Int32?>]: The number of mailboxes that had search hits.
      • [SiteCount <Int32?>]: The number of mailboxes that had search hits.
      • [SourceCollection <IMicrosoftGraphEdiscoverySourceCollection>]: sourceCollection
      • [UnindexedItemCount <Int64?>]: The estimated count of unindexed items for the collection.
      • [UnindexedItemsSize <Int64?>]: The estimated size of unindexed items for the collection.
    • [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [LastModifiedDateTime <DateTime?>]: The last date and time the sourceCollection was modified.
    • [NoncustodialSources <IMicrosoftGraphEdiscoveryNoncustodialDataSource- []>]: noncustodialDataSource sources that are included in the sourceCollection
      • [CreatedDateTime <DateTime?>]: Created date and time of the dataSourceContainer entity.
      • [DisplayName <String>]: Display name of the dataSourceContainer entity.
      • [HoldStatus <String>]: dataSourceHoldStatus
      • [LastIndexOperation <IMicrosoftGraphEdiscoveryCaseIndexOperation>]: caseIndexOperation
        • [(Any) <Object>]: This indicates any property can be added to this object.
        • [Action <String>]: caseAction
        • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
        • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
        • [PercentProgress <Int32?>]: The progress of the operation.
        • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
        • [Status <String>]: caseOperationStatus
        • [Id <String>]: The unique identifier for an entity. Read-only.
      • [LastModifiedDateTime <DateTime?>]: Last modified date and time of the dataSourceContainer.
      • [ReleasedDateTime <DateTime?>]: Date and time that the dataSourceContainer was released from the case.
      • [Status <String>]: dataSourceContainerStatus
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [ApplyHoldToSource <Boolean?>]: Indicates if hold is applied to noncustodial data source (such as mailbox or site).
      • [DataSource <IMicrosoftGraphEdiscoveryDataSource>]: dataSource

BODYPARAMETER <IMicrosoftGraphEdiscoverySourceCollection>: sourceCollection

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [AddToReviewSetOperation <IMicrosoftGraphEdiscoveryAddToReviewSetOperation>]: addToReviewSetOperation
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Action <String>]: caseAction
    • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
    • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Application <IMicrosoftGraphIdentity>]: identity
        • [(Any) <Object>]: This indicates any property can be added to this object.
        • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
        • [Id <String>]: Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
      • [Device <IMicrosoftGraphIdentity>]: identity
      • [User <IMicrosoftGraphIdentity>]: identity
    • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
    • [PercentProgress <Int32?>]: The progress of the operation.
    • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Code <Int32?>]: The result code.
      • [Message <String>]: The message.
      • [Subcode <Int32?>]: The result sub-code.
    • [Status <String>]: caseOperationStatus
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [ReviewSet <IMicrosoftGraphEdiscoveryReviewSet>]: reviewSet
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [CreatedDateTime <DateTime?>]: The datetime when the review set was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
      • [DisplayName <String>]: The review set name. The name is unique with a maximum limit of 64 characters.
      • [Queries <IMicrosoftGraphEdiscoveryReviewSetQuery- []>]:
        • [Id <String>]: The unique identifier for an entity. Read-only.
        • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        • [CreatedDateTime <DateTime?>]: The time and date when the query was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
        • [DisplayName <String>]: The name of the query.
        • [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
        • [LastModifiedDateTime <DateTime?>]: The date and time the query was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
        • [Query <String>]: The query string in KQL (Keyword Query Language) query. For details, see Document metadata fields in Advanced eDiscovery. This field maps directly to the keywords condition. You can refine searches by using fields listed in the searchable field name paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016.
    • [SourceCollection <IMicrosoftGraphEdiscoverySourceCollection>]: sourceCollection
  • [AdditionalSources <IMicrosoftGraphEdiscoveryDataSource- []>]: Adds an additional source to the sourceCollection.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [CreatedDateTime <DateTime?>]: The date and time the dataSource was created.
    • [DisplayName <String>]: The display name of the dataSource, and is the name of the SharePoint site.
    • [HoldStatus <String>]: dataSourceHoldStatus
  • [ContentQuery <String>]: The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016.
  • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
  • [CreatedDateTime <DateTime?>]: The date and time the sourceCollection was created.
  • [CustodianSources <IMicrosoftGraphEdiscoveryDataSource- []>]: Custodian sources that are included in the sourceCollection.
  • [DataSourceScopes <String>]: dataSourceScopes
  • [Description <String>]: The description of the sourceCollection.
  • [DisplayName <String>]: The display name of the sourceCollection.
  • [LastEstimateStatisticsOperation <IMicrosoftGraphEdiscoveryEstimateStatisticsOperation>]: estimateStatisticsOperation
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Action <String>]: caseAction
    • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
    • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
    • [PercentProgress <Int32?>]: The progress of the operation.
    • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
    • [Status <String>]: caseOperationStatus
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [IndexedItemCount <Int64?>]: The estimated count of items for the sourceCollection that matched the content query.
    • [IndexedItemsSize <Int64?>]: The estimated size of items for the sourceCollection that matched the content query.
    • [MailboxCount <Int32?>]: The number of mailboxes that had search hits.
    • [SiteCount <Int32?>]: The number of mailboxes that had search hits.
    • [SourceCollection <IMicrosoftGraphEdiscoverySourceCollection>]: sourceCollection
    • [UnindexedItemCount <Int64?>]: The estimated count of unindexed items for the collection.
    • [UnindexedItemsSize <Int64?>]: The estimated size of unindexed items for the collection.
  • [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
  • [LastModifiedDateTime <DateTime?>]: The last date and time the sourceCollection was modified.
  • [NoncustodialSources <IMicrosoftGraphEdiscoveryNoncustodialDataSource- []>]: noncustodialDataSource sources that are included in the sourceCollection
    • [CreatedDateTime <DateTime?>]: Created date and time of the dataSourceContainer entity.
    • [DisplayName <String>]: Display name of the dataSourceContainer entity.
    • [HoldStatus <String>]: dataSourceHoldStatus
    • [LastIndexOperation <IMicrosoftGraphEdiscoveryCaseIndexOperation>]: caseIndexOperation
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Action <String>]: caseAction
      • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
      • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
      • [PercentProgress <Int32?>]: The progress of the operation.
      • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
      • [Status <String>]: caseOperationStatus
      • [Id <String>]: The unique identifier for an entity. Read-only.
    • [LastModifiedDateTime <DateTime?>]: Last modified date and time of the dataSourceContainer.
    • [ReleasedDateTime <DateTime?>]: Date and time that the dataSourceContainer was released from the case.
    • [Status <String>]: dataSourceContainerStatus
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [ApplyHoldToSource <Boolean?>]: Indicates if hold is applied to noncustodial data source (such as mailbox or site).
    • [DataSource <IMicrosoftGraphEdiscoveryDataSource>]: dataSource

CREATEDBY <IMicrosoftGraphIdentitySet>: identitySet

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Application <IMicrosoftGraphIdentity>]: identity
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
    • [Id <String>]: Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
  • [Device <IMicrosoftGraphIdentity>]: identity
  • [User <IMicrosoftGraphIdentity>]: identity

CUSTODIANSOURCES <IMicrosoftGraphEdiscoveryDataSource- []>: Custodian sources that are included in the sourceCollection.

  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Application <IMicrosoftGraphIdentity>]: identity
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
      • [Id <String>]: Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
    • [Device <IMicrosoftGraphIdentity>]: identity
    • [User <IMicrosoftGraphIdentity>]: identity
  • [CreatedDateTime <DateTime?>]: The date and time the dataSource was created.
  • [DisplayName <String>]: The display name of the dataSource, and is the name of the SharePoint site.
  • [HoldStatus <String>]: dataSourceHoldStatus

INPUTOBJECT <IComplianceIdentity>: Identity Parameter

  • [AuthoredNoteId <String>]: The unique identifier of authoredNote
  • [CaseId <String>]: The unique identifier of case
  • [CaseOperationId <String>]: The unique identifier of caseOperation
  • [CustodianId <String>]: The unique identifier of custodian
  • [DataSourceId <String>]: The unique identifier of dataSource
  • [LegalHoldId <String>]: The unique identifier of legalHold
  • [NoncustodialDataSourceId <String>]: The unique identifier of noncustodialDataSource
  • [ReviewSetId <String>]: The unique identifier of reviewSet
  • [ReviewSetQueryId <String>]: The unique identifier of reviewSetQuery
  • [SiteSourceId <String>]: The unique identifier of siteSource
  • [SourceCollectionId <String>]: The unique identifier of sourceCollection
  • [SubjectRightsRequestId <String>]: The unique identifier of subjectRightsRequest
  • [TagId <String>]: The unique identifier of tag
  • [TagId1 <String>]: The unique identifier of tag
  • [UnifiedGroupSourceId <String>]: The unique identifier of unifiedGroupSource
  • [UserId <String>]: The unique identifier of user
  • [UserSourceId <String>]: The unique identifier of userSource

LASTESTIMATESTATISTICSOPERATION <IMicrosoftGraphEdiscoveryEstimateStatisticsOperation>: estimateStatisticsOperation

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Action <String>]: caseAction
  • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
  • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Application <IMicrosoftGraphIdentity>]: identity
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
      • [Id <String>]: Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
    • [Device <IMicrosoftGraphIdentity>]: identity
    • [User <IMicrosoftGraphIdentity>]: identity
  • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
  • [PercentProgress <Int32?>]: The progress of the operation.
  • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Code <Int32?>]: The result code.
    • [Message <String>]: The message.
    • [Subcode <Int32?>]: The result sub-code.
  • [Status <String>]: caseOperationStatus
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [IndexedItemCount <Int64?>]: The estimated count of items for the sourceCollection that matched the content query.
  • [IndexedItemsSize <Int64?>]: The estimated size of items for the sourceCollection that matched the content query.
  • [MailboxCount <Int32?>]: The number of mailboxes that had search hits.
  • [SiteCount <Int32?>]: The number of mailboxes that had search hits.
  • [SourceCollection <IMicrosoftGraphEdiscoverySourceCollection>]: sourceCollection
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [AddToReviewSetOperation <IMicrosoftGraphEdiscoveryAddToReviewSetOperation>]: addToReviewSetOperation
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Action <String>]: caseAction
      • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
      • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
      • [PercentProgress <Int32?>]: The progress of the operation.
      • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
      • [Status <String>]: caseOperationStatus
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [ReviewSet <IMicrosoftGraphEdiscoveryReviewSet>]: reviewSet
        • [(Any) <Object>]: This indicates any property can be added to this object.
        • [Id <String>]: The unique identifier for an entity. Read-only.
        • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        • [CreatedDateTime <DateTime?>]: The datetime when the review set was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only.
        • [DisplayName <String>]: The review set name. The name is unique with a maximum limit of 64 characters.
        • [Queries <IMicrosoftGraphEdiscoveryReviewSetQuery- []>]:
          • [Id <String>]: The unique identifier for an entity. Read-only.
          • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
          • [CreatedDateTime <DateTime?>]: The time and date when the query was created. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
          • [DisplayName <String>]: The name of the query.
          • [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
          • [LastModifiedDateTime <DateTime?>]: The date and time the query was last modified. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z
          • [Query <String>]: The query string in KQL (Keyword Query Language) query. For details, see Document metadata fields in Advanced eDiscovery. This field maps directly to the keywords condition. You can refine searches by using fields listed in the searchable field name paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016.
      • [SourceCollection <IMicrosoftGraphEdiscoverySourceCollection>]: sourceCollection
    • [AdditionalSources <IMicrosoftGraphEdiscoveryDataSource- []>]: Adds an additional source to the sourceCollection.
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [CreatedDateTime <DateTime?>]: The date and time the dataSource was created.
      • [DisplayName <String>]: The display name of the dataSource, and is the name of the SharePoint site.
      • [HoldStatus <String>]: dataSourceHoldStatus
    • [ContentQuery <String>]: The query string in KQL (Keyword Query Language) query. For details, see Keyword queries and search conditions for Content Search and eDiscovery. You can refine searches by using fields paired with values; for example, subject:'Quarterly Financials' AND Date>=06/01/2016 AND Date<=07/01/2016.
    • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [CreatedDateTime <DateTime?>]: The date and time the sourceCollection was created.
    • [CustodianSources <IMicrosoftGraphEdiscoveryDataSource- []>]: Custodian sources that are included in the sourceCollection.
    • [DataSourceScopes <String>]: dataSourceScopes
    • [Description <String>]: The description of the sourceCollection.
    • [DisplayName <String>]: The display name of the sourceCollection.
    • [LastEstimateStatisticsOperation <IMicrosoftGraphEdiscoveryEstimateStatisticsOperation>]: estimateStatisticsOperation
    • [LastModifiedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [LastModifiedDateTime <DateTime?>]: The last date and time the sourceCollection was modified.
    • [NoncustodialSources <IMicrosoftGraphEdiscoveryNoncustodialDataSource- []>]: noncustodialDataSource sources that are included in the sourceCollection
      • [CreatedDateTime <DateTime?>]: Created date and time of the dataSourceContainer entity.
      • [DisplayName <String>]: Display name of the dataSourceContainer entity.
      • [HoldStatus <String>]: dataSourceHoldStatus
      • [LastIndexOperation <IMicrosoftGraphEdiscoveryCaseIndexOperation>]: caseIndexOperation
        • [(Any) <Object>]: This indicates any property can be added to this object.
        • [Action <String>]: caseAction
        • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
        • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
        • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
        • [PercentProgress <Int32?>]: The progress of the operation.
        • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
        • [Status <String>]: caseOperationStatus
        • [Id <String>]: The unique identifier for an entity. Read-only.
      • [LastModifiedDateTime <DateTime?>]: Last modified date and time of the dataSourceContainer.
      • [ReleasedDateTime <DateTime?>]: Date and time that the dataSourceContainer was released from the case.
      • [Status <String>]: dataSourceContainerStatus
      • [Id <String>]: The unique identifier for an entity. Read-only.
      • [ApplyHoldToSource <Boolean?>]: Indicates if hold is applied to noncustodial data source (such as mailbox or site).
      • [DataSource <IMicrosoftGraphEdiscoveryDataSource>]: dataSource
  • [UnindexedItemCount <Int64?>]: The estimated count of unindexed items for the collection.
  • [UnindexedItemsSize <Int64?>]: The estimated size of unindexed items for the collection.

LASTMODIFIEDBY <IMicrosoftGraphIdentitySet>: identitySet

  • [(Any) <Object>]: This indicates any property can be added to this object.
  • [Application <IMicrosoftGraphIdentity>]: identity
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
    • [Id <String>]: Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
  • [Device <IMicrosoftGraphIdentity>]: identity
  • [User <IMicrosoftGraphIdentity>]: identity

NONCUSTODIALSOURCES <IMicrosoftGraphEdiscoveryNoncustodialDataSource- []>: noncustodialDataSource sources that are included in the sourceCollection

  • [CreatedDateTime <DateTime?>]: Created date and time of the dataSourceContainer entity.
  • [DisplayName <String>]: Display name of the dataSourceContainer entity.
  • [HoldStatus <String>]: dataSourceHoldStatus
  • [LastIndexOperation <IMicrosoftGraphEdiscoveryCaseIndexOperation>]: caseIndexOperation
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Action <String>]: caseAction
    • [CompletedDateTime <DateTime?>]: The date and time the operation was completed.
    • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Application <IMicrosoftGraphIdentity>]: identity
        • [(Any) <Object>]: This indicates any property can be added to this object.
        • [DisplayName <String>]: The display name of the identity. The display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user won't show up as having changed when using delta.
        • [Id <String>]: Unique identifier for the identity. When the unique identifier is unavailable, the displayName property is provided for the identity, but the id property isn't included in the response.
      • [Device <IMicrosoftGraphIdentity>]: identity
      • [User <IMicrosoftGraphIdentity>]: identity
    • [CreatedDateTime <DateTime?>]: The date and time the operation was created.
    • [PercentProgress <Int32?>]: The progress of the operation.
    • [ResultInfo <IMicrosoftGraphResultInfo>]: resultInfo
      • [(Any) <Object>]: This indicates any property can be added to this object.
      • [Code <Int32?>]: The result code.
      • [Message <String>]: The message.
      • [Subcode <Int32?>]: The result sub-code.
    • [Status <String>]: caseOperationStatus
    • [Id <String>]: The unique identifier for an entity. Read-only.
  • [LastModifiedDateTime <DateTime?>]: Last modified date and time of the dataSourceContainer.
  • [ReleasedDateTime <DateTime?>]: Date and time that the dataSourceContainer was released from the case.
  • [Status <String>]: dataSourceContainerStatus
  • [Id <String>]: The unique identifier for an entity. Read-only.
  • [ApplyHoldToSource <Boolean?>]: Indicates if hold is applied to noncustodial data source (such as mailbox or site).
  • [DataSource <IMicrosoftGraphEdiscoveryDataSource>]: dataSource
    • [(Any) <Object>]: This indicates any property can be added to this object.
    • [Id <String>]: The unique identifier for an entity. Read-only.
    • [CreatedBy <IMicrosoftGraphIdentitySet>]: identitySet
    • [CreatedDateTime <DateTime?>]: The date and time the dataSource was created.
    • [DisplayName <String>]: The display name of the dataSource, and is the name of the SharePoint site.
    • [HoldStatus <String>]: dataSourceHoldStatus

https://learn.microsoft.com/powershell/module/microsoft.graph.beta.compliance/update-mgbetacomplianceediscoverycasesourcecollection

https://learn.microsoft.com/graph/api/ediscovery-sourcecollection-update?view=graph-rest-1.0