Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
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 quality update deployment settings content for an associated deployment audience. This audience can consist of one or more Microsoft Entra groups.
Inherits from policy.
Methods
For the list of supported methods, see policy.
Properties
| Property | Type | Description |
|---|---|---|
| approvalRules | microsoft.graph.windowsUpdates.approvalRule collection | The approved rule of the policy that determines which published content matches the rule on an ongoing basis. Inherited from microsoft.graph.windowsUpdates.policy. |
| createdDateTime | DateTimeOffset | The date and time when the quality update policy is created. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Inherited from microsoft.graph.windowsUpdates.policy. |
| description | String | The quality update policy description. The maximum length is 1,500 characters. Inherited from microsoft.graph.windowsUpdates.policy. |
| displayName | String | The quality update policy display name. The maximum length is 200 characters. Inherited from microsoft.graph.windowsUpdates.policy. |
| id | String | The policy unique identifier. Inherited from microsoft.graph.windowsUpdates.policy. |
| lastModifiedDateTime | DateTimeOffset | The date and time when the quality update policy was last modified. The timestamp type represents date and time information using ISO 8601 format and is always in UTC. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z. Read-only. Inherited from microsoft.graph.windowsUpdates.policy. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| applicableContent | microsoft.graph.windowsUpdates.policyApproval collection | Represents content applicable for offering to the related collection of devices. Inherited from microsoft.graph.windowsUpdates.policy. |
| approvals | microsoft.graph.windowsUpdates.policyApproval collection | Represents a set of quality updates policy approval types. Inherited from microsoft.graph.windowsUpdates.policy. |
| rings | microsoft.graph.windowsUpdates.ring collection | Represents a set of deployment rings that contains update deployment settings. Inherited from microsoft.graph.windowsUpdates.policy. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.qualityUpdatePolicy",
"approvalRules": [{"@odata.type": "microsoft.graph.windowsUpdates.approvalRule"}],
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)"
}