Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 1.38 KB

File metadata and controls

52 lines (43 loc) · 1.38 KB
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/06/2024

payloadCoachmark resource type

Namespace: microsoft.graph

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