Skip to content

Latest commit

 

History

History
39 lines (32 loc) · 905 Bytes

File metadata and controls

39 lines (32 loc) · 905 Bytes
title deploymentAccessKeyType resource type
description Sensor deployment access key
author amirfeldman
ms.localizationpriority medium
ms.subservice security
doc_type resourcePageType
ms.date 09/10/2024

deploymentAccessKeyType resource type

Namespace: microsoft.graph.security

[!INCLUDE beta-disclaimer]

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"
}