actionStep 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 a single action to take toward completing a recommendation.

Properties

Property Type Description
actionUrl actionUrl A link to the documentation or Microsoft Entra admin center page that is associated with the action step.
stepNumber Int64 Indicates the position for this action in the order of the collection of actions to be taken.
text String Friendly description of the action to take.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.actionStep",
  "stepNumber": "Integer",
  "text": "String",
  "actionUrl": {
    "@odata.type": "microsoft.graph.actionUrl"
  }
}