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.
An abstract type that governs the update deployment settings content for an associated deployment audience. This audience can consist of one or more Microsoft Entra groups.
Base type of policy.
Methods
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. |
| createdDateTime | DateTimeOffset | The date and time when the 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. |
| description | String | The policy description. The maximum length is 1,500 characters. |
| displayName | String | The policy display name. The maximum length is 200 characters. |
| id | String | The policy unique identifier. |
| lastModifiedDateTime | DateTimeOffset | The date and time when the 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. |
Relationships
| Relationship | Type | Description |
|---|---|---|
| applicableContent | microsoft.graph.windowsUpdates.policyApproval collection | Represents content applicable for offering to the related collection of devices. |
| approvals | microsoft.graph.windowsUpdates.policyApproval collection | Represents a set of quality updates policy approval types. |
| rings | microsoft.graph.windowsUpdates.ring collection | Represents a set of deployment rings that contains update deployment settings. |
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.windowsUpdates.policy",
"approvalRules": [{"@odata.type": "microsoft.graph.windowsUpdates.approvalRule"}],
"createdDateTime": "String (timestamp)",
"description": "String",
"displayName": "String",
"id": "String (identifier)",
"lastModifiedDateTime": "String (timestamp)"
}