Edit

workspaceIndicatorRelation resource type

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 relation between a case and a workspace indicator.

For cast segments in URLs, use the full type name, for example microsoft.graph.security.caseManagement.workspaceIndicatorRelation.

Inherited from relation.

Methods

This resource is part of a polymorphic collection managed by the relation resource base type. Operations are performed through the base type endpoints.

To use a supported query option with a property declared only on workspaceIndicatorRelation, cast the base relations collection to microsoft.graph.security.caseManagement.workspaceIndicatorRelation.

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.
relatedResourceId String The identifier of the related workspace indicator. Inherited from relation.
resourceGroupName String The Azure resource group name for the workspace.
subscriptionId String The Azure subscription identifier for the workspace.
workspaceName String The Log Analytics workspace name.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.caseManagement.workspaceIndicatorRelation",
  "id": "String (identifier)",
  "createdDateTime": "String (timestamp)",
  "createdBy": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "lastModifiedBy": "String",
  "relatedResourceId": "String",
  "subscriptionId": "String",
  "resourceGroupName": "String",
  "workspaceName": "String"
}