Skip to content

Latest commit

 

History

History
43 lines (32 loc) · 1.04 KB

File metadata and controls

43 lines (32 loc) · 1.04 KB
title description author ms.localizationpriority ms.subservice doc_type
noTrainingSetting resource type
Represents a no-training setting for simulation creation.
stuartcl
medium
security
resourcePageType

noTrainingSetting resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a no-training setting for simulation creation.

Inherits from trainingSetting.

Properties

Property Type Description
settingType trainingSettingType The setting type. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. Inherited from trainingSetting.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

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