Skip to content

Latest commit

 

History

History
37 lines (31 loc) · 890 Bytes

File metadata and controls

37 lines (31 loc) · 890 Bytes
title deploymentAccessKeyType resource type
description Represents the deployment access key for a Microsoft Defender for Identity sensor.
author naalmog
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 10/29/2024

deploymentAccessKeyType resource type

Namespace: microsoft.graph.security

Represents the deployment access key for a Microsoft Defender for Identity sensor.

Properties

Property Type Description
deploymentAccessKey String The deployment access key.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.deploymentAccessKeyType",
  "deploymentAccessKey": "String"
}