serviceHealthIssuePost 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 historical post in a service health issue.

Properties

Property Type Description
createdDateTime DateTimeOffset The published time of the post.
description itemBody The content of the service issue post. The supported value for the contentType property is html.
postType postType The post type of the service issue historical post. Possible values are: regular, quick, strategic, unknownFutureValue.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.serviceHealthIssuePost",
  "createdDateTime": "String (timestamp)",
  "postType": "String",
  "description": {
    "@odata.type": "microsoft.graph.itemBody"
  }
}