Edit

Share via


sensorCandidateActivationConfiguration resource type

Namespace: microsoft.graph.security

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 the configuration for a Microsoft Defender for Identity sensor that is ready to be activated.

Inherits from microsoft.graph.entity.

Methods

Method Return type Description
Get microsoft.graph.security.sensorCandidateActivationConfiguration Read the properties and relationships of sensor candidate activation mode object.
Update microsoft.graph.security.sensorCandidateActivationConfiguration Update the activation mode of a sensor candidate activation mode object.

Properties

Property Type Description
activationMode microsoft.graph.security.sensorCandidateActivationMode The mode for activating sensor candidates. The possible values are: manual, automated, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.security.sensorCandidateActivationConfiguration",
  "activationMode": "String"
}