| title | payloadCoachmark resource type |
|---|---|
| description | Represents the payload coachmark detail of a payload. |
| author | stuartcl |
| ms.localizationpriority | medium |
| ms.subservice | security |
| doc_type | resourcePageType |
| ms.date | 03/21/2024 |
Namespace: microsoft.graph
[!INCLUDE beta-disclaimer]
Represents the payload coachmark detail of a payload. A coachmark is an indicator to educate users in learning how to verify the authenticity of the payload in an attack simulation training campaign.
| Property | Type | Description |
|---|---|---|
| coachmarkLocation | coachmarkLocation | The coachmark location. |
| description | String | The description about the coachmark. |
| indicator | String | The coachmark indicator. |
| isValid | Boolean | Indicates whether the coachmark is valid or not. |
| language | String | The coachmark language. |
| order | String | The coachmark order. |
None.
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.payloadCoachmark",
"coachmarkLocation": {
"@odata.type": "microsoft.graph.coachmarkLocation"
},
"description": "String",
"indicator": "String",
"isValid": "Boolean",
"language": "String",
"order": "String"
}