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 a link from a case to another security resource. This is an abstract type.
Inherited from caseManagementEntity.
Methods
| Method | Return type | Description |
|---|---|---|
| List | microsoft.graph.security.caseManagement.relation collection | List external resource relations for a case. |
| Create | microsoft.graph.security.caseManagement.relation | Create a relation from a case to another security resource. |
| Update | microsoft.graph.security.caseManagement.relation | Update the properties of a relation object. |
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. |
| displayName | String | The human-friendly name for the linked resource. |
| 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. |
| relatedResourceId | String | The identifier of the related external resource. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.caseManagement.relation",
"id": "String (identifier)",
"createdDateTime": "String (timestamp)",
"createdBy": "String",
"lastModifiedDateTime": "String (timestamp)",
"lastModifiedBy": "String",
"relatedResourceId": "String",
"displayName": "String"
}