Edit

recoveryApprovalRule resource type

Namespace: microsoft.graph.windowsUpdates

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 an entity that governs the recovery approval rules.

Inherits from approvalRule.

Properties

Property Type Description
deferralInDays Int32 The quality update deferral period in days. The value must be between 0 and 30. Inherited from microsoft.graph.windowsUpdates.approvalRule.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.recoveryApprovalRule",
  "deferralInDays": "Int32"
}