Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.security
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"
}