| title | customTrainingSetting resource type |
|---|---|
| description | Represents a custom training setting for simulation creation. |
| author | stuartcl |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 07/22/2024 |
Namespace: microsoft.graph
Represents a custom training setting for simulation creation.
Inherits from trainingSetting.
| Property | Type | Description |
|---|---|---|
| assignedTo | trainingAssignedTo collection | A user collection that specifies to whom the training should be assigned. The 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. The possible values are: microsoftCustom, microsoftManaged, noTraining, custom, unknownFutureValue. Inherited from trainingSetting. |
| url | String | The training URL. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.customTrainingSetting",
"assignedTo": ["String"],
"description": "String",
"displayName": "String",
"durationInMinutes": "String",
"settingType": "String",
"url": "String"
}