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 an abstract activity that records an update in a security case timeline. Use the derived comment and auditLog resources to work with specific activity records. Create, update, and delete operations are supported for comments; audit logs support get operations only.
This resource inherits from caseManagementEntity.
Methods
| Method | Return type | Description |
|---|---|---|
| List | microsoft.graph.security.caseManagement.activity collection | Get a list of timeline activities for a case. |
| Create | microsoft.graph.security.caseManagement.activity | Create a comment activity for a case. |
| Get | microsoft.graph.security.caseManagement.activity | Read the properties and relationships of an activity. |
| Update | microsoft.graph.security.caseManagement.activity | Update a comment activity. |
| Delete | None | Delete a comment activity. |
Properties
| Property | Type | Description |
|---|---|---|
| createdBy | String | The user or service that created the resource. Inherited from caseManagementEntity. |
| createdDateTime | DateTimeOffset | The date and time when the resource was created. Inherited from caseManagementEntity. |
| id | String | The unique identifier for the resource. Inherited from entity. |
| lastModifiedBy | String | The user or service that last modified the resource. Inherited from caseManagementEntity. |
| lastModifiedDateTime | DateTimeOffset | The date and time when the resource was last modified. Inherited from caseManagementEntity. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.caseManagement.activity",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"createdBy": "String",
"lastModifiedDateTime": "String (timestamp)",
"lastModifiedBy": "String"
}