complianceChange 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.

An abstract type that represents a change to enforce policy such as approving content.

Methods

Method Return type Description
List complianceChanges microsoft.graph.windowsUpdates.complianceChange collection Get a list of the microsoft.graph.windowsUpdates.complianceChange objects and their properties.
Get complianceChange microsoft.graph.windowsUpdates.complianceChange Read the properties and relationships of a microsoft.graph.windowsUpdates.complianceChange object.
Update complianceChange microsoft.graph.windowsUpdates.complianceChange Update the properties of a microsoft.graph.windowsUpdates.complianceChange object.
Delete complianceChange None Delete a microsoft.graph.windowsUpdates.complianceChange object.

Properties

Property Type Description
createdDateTime DateTimeOffset The date and time when a compliance change was created.
id String The unique identifier for the compliance change. Returned by default. Not nullable. Read-only.
isRevoked Boolean True indicates that a compliance change is revoked, preventing further application. Revoking a compliance change is a final action.
revokedDateTime DateTimeOffset The date and time when the compliance change was revoked.

Relationships

Relationship Type Description
updatePolicy microsoft.graph.windowsUpdates.updatePolicy The policy this compliance change is a member of.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.windowsUpdates.complianceChange",
  "createdDateTime": "String (timestamp)",
  "id": "String (identifier)",
  "isRevoked": "Boolean",
  "revokedDateTime": "String (timestamp)"
}