Skip to content

Latest commit

 

History

History
42 lines (34 loc) · 1.08 KB

File metadata and controls

42 lines (34 loc) · 1.08 KB
title actionUrl resource type
description The link to the documentation or Microsoft Entra admin center page that provides more information about an actionStep.
author ddeeps2610
ms.localizationpriority medium
ms.subservice entra-monitoring-health
doc_type resourcePageType
ms.date 07/22/2024

actionUrl resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

The link to the documentation or Microsoft Entra admin center page that provides more information about an actionStep.

Properties

Property Type Description
displayName String Brief title for the page that the links directs to.
url String The URL to the documentation or Microsoft Entra admin center page.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.actionUrl",
  "displayName": "String",
  "url": "String"
}