Skip to content

Latest commit

 

History

History
45 lines (33 loc) · 1.35 KB

File metadata and controls

45 lines (33 loc) · 1.35 KB
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

trainingSetting resource type

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.

Properties

Property Type Description
settingType trainingSettingType Type of setting. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.trainingSetting",
  "settingType": "String"
}