serviceHealthIssuePost resource type
Namespace: microsoft.graph
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"
}
}