Skip to content

Latest commit

 

History

History
39 lines (31 loc) · 1010 Bytes

windowsupdates-safeguardprofile.md

File metadata and controls

39 lines (31 loc) · 1010 Bytes
title description author ms.localizationpriority ms.subservice doc_type
safeguardProfile resource type
Describes the issue(s) against which the service safeguards devices.
ryan-k-williams
medium
windows-update-business
resourcePageType

safeguardProfile resource type

Namespace: microsoft.graph.windowsUpdates

[!INCLUDE beta-disclaimer]

Describes the issue(s) against which the service safeguards devices.

Properties

Property Type Description
category microsoft.graph.windowsUpdates.safeguardCategory Specifies the category of safeguards. The possible values are: likelyIssues, unknownFutureValue.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.safeguardProfile",
  "category": "String"
}