Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security.caseManagement
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.
Represents common metadata for case management resources. This is an abstract type.
Inherits from microsoft.graph.entity.
Methods
None.
Properties
| Property | Type | Description |
|---|---|---|
| createdBy | String | The user or service that created the resource. |
| createdDateTime | DateTimeOffset | The date and time when the resource was created. |
| id | String | The unique identifier for the resource. Inherited from entity. |
| lastModifiedBy | String | The user or service that last modified the resource. |
| lastModifiedDateTime | DateTimeOffset | The date and time when the resource was last modified. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.caseManagement.caseManagementEntity",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"createdBy": "String",
"lastModifiedDateTime": "String (timestamp)",
"lastModifiedBy": "String"
}