payloadCoachmark resource type

Namespace: microsoft.graph

Important

APIs under the /beta version in Microsoft Graph are subject to change. Use of these APIs in production applications is not supported. To determine whether an API is available in v1.0, use the Version selector.

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.

Properties

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.

Relationships

None.

JSON representation

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"
}