Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet

Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a caseExportOperation.

Syntax

AddExpanded (Default)

Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet
    -CaseId <string>
    -ReviewSetId <string>
    [-ResponseHeadersVariable <string>]
    [-AdditionalDataOptions <string>]
    [-AdditionalProperties <hashtable>]
    [-SourceCollection <IMicrosoftGraphEdiscoverySourceCollection>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-PassThru]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Add

Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet
    -CaseId <string>
    -ReviewSetId <string>
    -BodyParameter <IPaths1N6Pr05ComplianceEdiscoveryCasesCaseIdReviewsetsReviewsetIdMicrosoftGraphEdiscoveryAddtoreviewsetPostRequestbodyContentApplicationJsonSchema>
    [-ResponseHeadersVariable <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-PassThru]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

AddViaIdentityExpanded

Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet
    -InputObject <IComplianceIdentity>
    [-ResponseHeadersVariable <string>]
    [-AdditionalDataOptions <string>]
    [-AdditionalProperties <hashtable>]
    [-SourceCollection <IMicrosoftGraphEdiscoverySourceCollection>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-PassThru]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

AddViaIdentity

Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet
    -InputObject <IComplianceIdentity>
    -BodyParameter <IPaths1N6Pr05ComplianceEdiscoveryCasesCaseIdReviewsetsReviewsetIdMicrosoftGraphEdiscoveryAddtoreviewsetPostRequestbodyContentApplicationJsonSchema>
    [-ResponseHeadersVariable <string>]
    [-Break]
    [-Headers <IDictionary>]
    [-HttpPipelineAppend <SendAsyncStep[]>]
    [-HttpPipelinePrepend <SendAsyncStep[]>]
    [-PassThru]
    [-Proxy <uri>]
    [-ProxyCredential <pscredential>]
    [-ProxyUseDefaultCredentials]
    [-WhatIf]
    [-Confirm]
    [<CommonParameters>]

Description

Start the process of adding a collection from Microsoft 365 services to a review set. After the operation is created, you can get the status of the operation by retrieving the Location parameter from the response headers. The location provides a URL that will return a caseExportOperation.

Permissions

Permission type Permissions (from least to most privileged)
Delegated (work or school account) eDiscovery.Read.All, eDiscovery.ReadWrite.All,
Delegated (personal Microsoft account) Not supported
Application eDiscovery.Read.All, eDiscovery.ReadWrite.All,

Examples

Example 1: Code snippet


Import-Module Microsoft.Graph.Beta.Compliance

$params = @{
	sourceCollection = @{
		id = "1a9b4145d8f84e39bc45a7f68c5c5119"
	}
	additionalData = "linkedFiles"
}

Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet -CaseId $caseId -ReviewSetId $reviewSetId -BodyParameter $params

This example shows how to use the Add-MgBetaComplianceEdiscoveryCaseReviewSetToReviewSet Cmdlet.

Parameters

-AdditionalDataOptions

additionalDataOptions

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

AddViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
AddExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-AdditionalProperties

Additional Parameters

Parameter properties

Type:System.Collections.Hashtable
Supports wildcards:False
DontShow:False

Parameter sets

AddViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
AddExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-BodyParameter

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

Parameter properties

Type:Microsoft.Graph.Beta.PowerShell.Models.IPaths1N6Pr05ComplianceEdiscoveryCasesCaseIdReviewsetsReviewsetIdMicrosoftGraphEdiscoveryAddtoreviewsetPostRequestbodyContentApplicationJsonSchema
Supports wildcards:False
DontShow:False

Parameter sets

AddViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
Add
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-Break

Wait for .NET debugger to attach

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-CaseId

The unique identifier of case

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

AddExpanded
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Add
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Confirm

Prompts you for confirmation before running the cmdlet.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Supports wildcards:False
DontShow:False
Aliases:cf

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Headers

Optional headers that will be added to the request.

Parameter properties

Type:System.Collections.IDictionary
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-HttpPipelineAppend

SendAsync Pipeline Steps to be appended to the front of the pipeline

Parameter properties

Type:

Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[]

Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-HttpPipelinePrepend

SendAsync Pipeline Steps to be prepended to the front of the pipeline

Parameter properties

Type:

Microsoft.Graph.Beta.PowerShell.Runtime.SendAsyncStep[]

Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-InputObject

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

Parameter properties

Type:Microsoft.Graph.Beta.PowerShell.Models.IComplianceIdentity
Supports wildcards:False
DontShow:False

Parameter sets

AddViaIdentityExpanded
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False
AddViaIdentity
Position:Named
Mandatory:True
Value from pipeline:True
Value from pipeline by property name:False
Value from remaining arguments:False

-PassThru

Returns true when the command succeeds

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-Proxy

The URI for the proxy server to use

Parameter properties

Type:System.Uri
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ProxyCredential

Credentials for a proxy server to use for the remote call

Parameter properties

Type:System.Management.Automation.PSCredential
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ProxyUseDefaultCredentials

Use the default credentials for the proxy

Parameter properties

Type:System.Management.Automation.SwitchParameter
Default value:False
Supports wildcards:False
DontShow:False

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ResponseHeadersVariable

Optional Response Headers Variable.

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False
Aliases:RHV

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-ReviewSetId

The unique identifier of reviewSet

Parameter properties

Type:System.String
Supports wildcards:False
DontShow:False

Parameter sets

AddExpanded
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
Add
Position:Named
Mandatory:True
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-SourceCollection

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

Parameter properties

Type:Microsoft.Graph.Beta.PowerShell.Models.IMicrosoftGraphEdiscoverySourceCollection
Supports wildcards:False
DontShow:False

Parameter sets

AddViaIdentityExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False
AddExpanded
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

-WhatIf

Runs the command in a mode that only reports what would happen without performing the actions.

Parameter properties

Type:System.Management.Automation.SwitchParameter
Supports wildcards:False
DontShow:False
Aliases:wi

Parameter sets

(All)
Position:Named
Mandatory:False
Value from pipeline:False
Value from pipeline by property name:False
Value from remaining arguments:False

CommonParameters

This cmdlet supports the common parameters: -Debug, -ErrorAction, -ErrorVariable, -InformationAction, -InformationVariable, -OutBuffer, -OutVariable, -PipelineVariable, -ProgressAction, -Verbose, -WarningAction, and -WarningVariable. For more information, see about_CommonParameters.

Inputs

Microsoft.Graph.Beta.PowerShell.Models.IComplianceIdentity

{{ Fill in the Description }}

Microsoft.Graph.Beta.PowerShell.Models.IPaths1N6Pr05ComplianceEdiscoveryCasesCaseIdReviewsetsReviewsetIdMicrosoftGraphEdiscoveryAddtoreviewsetPostRequestbodyContentApplicationJsonSchema

{{ Fill in the Description }}

System.Collections.IDictionary

{{ Fill in the Description }}

Outputs

System.Boolean

{{ Fill in the Description }}

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.

BODYPARAMETER <IPaths1N6Pr05ComplianceEdiscoveryCasesCaseIdReviewsetsReviewsetIdMicrosoftGraphEdiscoveryAddtoreviewsetPostRequestbodyContentApplicationJsonSchema>: . [(Any) <Object>]: This indicates any property can be added to this object. [AdditionalDataOptions <String>]: additionalDataOptions [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 [(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. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <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

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 [UserPrincipalName <String>]: Alternate key of user [UserSourceId <String>]: The unique identifier of userSource

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 [(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. For drive items, the display name might not always be available or up to date. For example, if a user changes their display name the API might show the new value in a future response, but the items associated with the user don't show up as changed when using delta. [Id <String>]: Unique identifier for the identity or actor. For example, in the access reviews decisions API, this property might record the id of the principal, that is, the group, user, or application that's subject to review. [Device <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