| title | noTrainingSetting resource type |
|---|---|
| description | Represents a no-training setting for simulation creation. |
| author | stuartcl |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents a no-training setting for simulation creation.
Inherits from trainingSetting.
| Property | Type | Description |
|---|---|---|
| settingType | trainingSettingType | The setting type. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. Inherited from trainingSetting. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.noTrainingSetting",
"settingType": "String"
}