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