Notitie
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen u aan te melden of de directory te wijzigen.
Voor toegang tot deze pagina is autorisatie vereist. U kunt proberen de mappen te wijzigen.
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 mode for automatic activation of eligible domain controllers.
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"
}