| 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 |
Namespace: microsoft.graph.security
[!INCLUDE beta-disclaimer]
Represents the deployment access key for a Microsoft Defender for Identity sensor.
| Property | Type | Description |
|---|---|---|
| deploymentAccessKey | String | The deployment access key. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.security.deploymentAccessKeyType",
"deploymentAccessKey": "String"
}