dataSourceContainer resource type
Namespace: microsoft.graph.security
Important
APIs under the /beta
version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.
Base class for eDiscoveryCustodian and eDiscoveryNonCutodialDataSource This is an abstract type. Inherits from entity.
Methods
None.
Properties
Property | Type | Description |
---|---|---|
holdStatus | microsoft.graph.security.dataSourceHoldStatus | The hold status of the dataSourceContainer. The possible values are: notApplied , applied , applying , removing , partial |
createdDateTime | DateTimeOffset | Created date and time of the dataSourceContainer entity. |
displayName | String | Display name of the dataSourceContainer entity. |
id | String | Unique identifier of the dataSourceContainer. Inherited from entity |
lastModifiedDateTime | DateTimeOffset | Last modified date and time of the dataSourceContainer. |
releasedDateTime | DateTimeOffset | Date and time that the dataSourceContainer was released from the case. |
status | microsoft.graph.security.dataSourceContainerStatus | Latest status of the dataSourceContainer. Possible values are: Active , Released . |
dataSourceContainerStatus values
Member | Description |
---|---|
active | Data source container is active. |
release | Data source container has been released. |
dataSourceHoldStatus values
Member | Description |
---|---|
notApplied | Data source container isn't on hold. |
applied | Data source container is on hold. |
applying | Data source container is in applying hold state (applyHold operation triggered). |
removing | Data source container is in removing the hold state (removeHold operation triggered). |
partial | Data source container is in mixed state where some sources are on hold and some not on hold or error state. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.dataSourceContainer",
"id": "String (identifier)",
"status": "String",
"holdStatus": "String",
"lastModifiedDateTime": "String (timestamp)",
"releasedDateTime": "String (timestamp)",
"displayName": "String",
"createdDateTime": "String (timestamp)"
}