Skip to content

Latest commit

 

History

History
54 lines (42 loc) · 1.67 KB

customtrainingsetting.md

File metadata and controls

54 lines (42 loc) · 1.67 KB
title description author ms.localizationpriority ms.subservice doc_type
customTrainingSetting resource type
Represents a custom training setting for simulation creation.
stuartcl
medium
security
resourcePageType

customTrainingSetting resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

Represents a custom training setting for simulation creation.

Inherits from trainingSetting.

Properties

Property Type Description
assignedTo trainingAssignedTo collection A user collection that specifies to whom the training should be assigned. Possible values are: none, allUsers, clickedPayload, compromised, reportedPhish, readButNotClicked, didNothing, unknownFutureValue.
description String The description of the custom training setting.
displayName String The display name of the custom training setting.
durationInMinutes String Training duration.
settingType trainingSettingType Training setting type. Possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. Inherited from trainingSetting.
url String The training URL.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.customTrainingSetting",
  "assignedTo": ["String"],
  "description": "String",
  "displayName": "String",
  "durationInMinutes": "String",
  "settingType": "String",
  "url": "String"
}