| title | trainingSetting resource type |
|---|---|
| description | An abstract type that represents a 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]
An abstract type that represents a training setting for simulation creation.
Base type of customTrainingSetting, microsoftCustomTrainingSetting, microsoftManagedTrainingSetting, microsoftTrainingAssignmentMapping, and noTrainingSetting.
| Property | Type | Description |
|---|---|---|
| settingType | trainingSettingType | Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.trainingSetting",
"settingType": "String"
}