Show / Hide Table of Contents

WindowsUpdates.ReadWrite.All

Allows the app to read and write all Windows update deployment settings for the organization on behalf of the signed-in user.

Graph Methods

Type: A = Application Permission, D = Delegate Permission

Ver Type Method
V1 A,D DELETE /admin/windows/updates/deployments/{deploymentId}
V1 A,D DELETE /admin/windows/updates/resourceConnections/{operationalInsightsConnectionId}
V1 A,D DELETE /admin/windows/updates/resourceConnections/{resourceConnectionId}
V1 A,D DELETE /admin/windows/updates/updatableAssets/{azureADDeviceId}
V1 A,D DELETE /admin/windows/updates/updatableAssets/{updatableAssetGroupId}
V1 A,D DELETE /admin/windows/updates/updatableAssets/{updatableAssetId}
V1 A,D GET /admin/windows/updates/catalog/entries
V1 A,D GET /admin/windows/updates/deployments
V1 A,D GET /admin/windows/updates/deployments/{deploymentId}
V1 A,D GET /admin/windows/updates/deployments/{deploymentId}/audience/exclusions
V1 A,D GET /admin/windows/updates/deployments/{deploymentId}/audience/members
V1 A,D GET /admin/windows/updates/resourceConnections
V1 A,D GET /admin/windows/updates/resourceConnections/{operationalInsightsConnectionId}
V1 A,D GET /admin/windows/updates/resourceConnections/{resourceConnectionId}
V1 A,D GET /admin/windows/updates/resourceConnections/microsoft.graph.windowsUpdates.operationalInsightsConnection
V1 A,D GET /admin/windows/updates/updatableAssets
V1 A,D GET /admin/windows/updates/updatableAssets/?$filter=isof('microsoft.graph.windowsUpdates.azureADDevice')
V1 A,D GET /admin/windows/updates/updatableAssets/?$filter=isof('microsoft.graph.windowsUpdates.updatableAssetGroup')
V1 A,D GET /admin/windows/updates/updatableAssets/{azureADDeviceId}
V1 A,D GET /admin/windows/updates/updatableAssets/{updatableAssetGroupId}
V1 A,D GET /admin/windows/updates/updatableAssets/{updatableAssetGroupId}/microsoft.graph.windowsUpdates.updatableAssetGroup/members
V1 A,D GET /admin/windows/updates/updatableAssets/{updatableAssetId}
V1 A,D PATCH /admin/windows/updates/deployments/{deploymentId}
V1 A,D POST /admin/windows/updates/deployments
V1 A,D POST /admin/windows/updates/deployments/{deploymentId}/audience/updateAudience
V1 A,D POST /admin/windows/updates/deployments/{deploymentId}/audience/updateAudienceById
V1 A,D POST /admin/windows/updates/resourceConnections
V1 A,D POST /admin/windows/updates/updatableAssets
V1 A,D POST /admin/windows/updates/updatableAssets/{updatableAssetGroupId}/addMembers
V1 A,D POST /admin/windows/updates/updatableAssets/{updatableAssetGroupId}/addMembersById
V1 A,D POST /admin/windows/updates/updatableAssets/{updatableAssetGroupId}/removeMembers
V1 A,D POST /admin/windows/updates/updatableAssets/{updatableAssetGroupId}/removeMembersById
V1 A,D POST /admin/windows/updates/updatableAssets/enrollAssets
V1 A,D POST /admin/windows/updates/updatableAssets/enrollAssetsById
V1 A,D POST /admin/windows/updates/updatableAssets/unenrollAssets
V1 A,D POST /admin/windows/updates/updatableAssets/unenrollAssetsById

Delegate Permission

Id 11776c0c-6138-4db3-a668-ee621bea2555
Consent Type Admin
Display String Read and write all Windows update deployment settings
Description Allows the app to read and write all Windows update deployment settings for the organization on behalf of the signed-in user.

Application Permission

Id 7dd1be58-6e76-4401-bf8d-31d1e8180d5b
Display String Read and write all Windows update deployment settings
Description Allows the app to read and write all Windows update deployment settings for the organization without a signed-in user.

Resources

azureADDevice

Property Type Description
enrollments microsoft.graph.windowsUpdates.updatableAssetEnrollment collection Specifies areas of the service in which the device is enrolled. Read-only. Returned by default.
errors microsoft.graph.windowsUpdates.updatableAssetError collection Specifies any errors that prevent the device from being enrolled in update management or receving deployed content. Read-only. Returned by default.
id String An identifier for the device. Key. Not nullable. Read-only. Returned by default. Inherited from updatableAsset

catalog

Property Type Description
id String An identifier for the catalog. Read-only.

catalogEntry

Property Type Description
deployableUntilDateTime DateTimeOffset The date on which the content is no longer available to deploy using the service. Read-only.
displayName String The display name of the content. Read-only.
id String The unique identifier for the catalog entry. Read-only.
releaseDateTime DateTimeOffset The release date for the content. Read-only.

deployableContent

deployment

Property Type Description
content microsoft.graph.windowsUpdates.deployableContent Specifies what content to deploy. Cannot be changed. Returned by default.
createdDateTime DateTimeOffset The date and time the deployment was created. Returned by default. Read-only.
id String The unique identifier for the deployment. Returned by default. Key. Not nullable. Read-only.
lastModifiedDateTime DateTimeOffset The date and time the deployment was last modified. Returned by default. Read-only.
settings microsoft.graph.windowsUpdates.deploymentSettings Settings specified on the specific deployment governing how to deploy content. Returned by default.
state microsoft.graph.windowsUpdates.deploymentState Execution status of the deployment. Returned by default.

deploymentAudience

Property Type Description
id String The unique identifier for the deployment audience. Returned by default. Key. Not nullable. Read-only.

deploymentSettings

Property Type Description
monitoring microsoft.graph.windowsUpdates.monitoringSettings Settings governing conditions to monitor and automated actions to take.
rollout microsoft.graph.windowsUpdates.rolloutSettings Settings governing how the content is rolled out.
safeguard microsoft.graph.windowsUpdates.safeguardSettings Settings governing safeguard holds on offering content.

deploymentState

Property Type Description
reasons microsoft.graph.windowsUpdates.deploymentStateReason collection Specifies the reasons the deployment has its state value. Read-only.
requestedValue microsoft.graph.windowsUpdates.requestedDeploymentStateValue Specifies the requested state of the deployment. Supports a subset of the values for requestedDeploymentStateValue. Possible values are: none, paused, unknownFutureValue.
value microsoft.graph.windowsUpdates.deploymentStateValue Specifies the state of the deployment. Supports a subset of the values for **d

expeditedQualityUpdateReference

Property Type Description
classification microsoft.graph.windowsUpdates.qualityUpdateClassification Specifies the classification of the referenced content. Supports a subset of the values for qualityUpdateClassification. Default value is security. Possible values are: security, unknownFutureValue. Inherited from qualityUpdateReference.
equivalentContent microsoft.graph.windowsUpdates.equivalentContentOption Specifies other content to consider as equivalent. Supports a subset of the values for equivalentContentOption. Default value is latestSecurity. Possible values are: latestSecurity, unknownFutureValue.
releaseDateTime DateTimeOffset Specifies a quality update with the given **c

featureUpdateCatalogEntry

Property Type Description
deployableUntilDateTime DateTimeOffset The date on which the content is no longer available for deployment using the service. Read-only. Inherited from softwareUpdateCatalogEntry.
displayName String The display name of the content. Read-only. Inherited from softwareUpdateCatalogEntry.
id String The unique identifier for the catalog entry. Read-only. Inherited from softwareUpdateCatalogEntry.
releaseDateTime DateTimeOffset The release date for the content. Read-only. Inherited from softwareUpdateCatalogEntry.
version String The version of the feature update. Read-only.

featureUpdateReference

Property Type Description
version String Specifies a feature update by version.

operationalInsightsConnection

Property Type Description
azureResourceGroupName String The name of the Azure resource group that contains the Log Analytics workspace.
azureSubscriptionId String The Azure subscription ID that contains the Log Analytics workspace.
id String An identifier for the resource connection. Key. Not nullable. Read-only. Returned by default.
state microsoft.graph.windowsUpdates.resourceConnectionState The state of the connection. The possible values are: connected, notAuthorized, notFound, unknownFutureValue.
workspaceName String The name of the Log Analytics workspace.

qualityUpdateCatalogEntry

Property Type Description
deployableUntilDateTime DateTimeOffset The date on which the content is no longer available for deployment using the service. Read-only. Inherited from softwareUpdateCatalogEntry.
displayName String The display name of the content. Read-only. Inherited from softwareUpdateCatalogEntry.
id String The unique identifier for the catalog entry. Read-only. Inherited from softwareUpdateCatalogEntry.
isExpeditable Boolean Indicates whether the content can be deployed as an expedited quality update. Read-only.
qualityUpdateClassification microsoft.graph.windowsUpdates.qualityUpdateClassification The classification on the quality update. Possible values are: all, security, nonSecurity, unknownFutureValue. Read-only.
releaseDateTime DateTimeOffset The release date of the content. Read-only. Inherited from softwareUpdateCatalogEntry.

resourceConnection

Property Type Description
id String An identifier for the resource connection. Key. Not nullable. Read-only. Returned by default.
state microsoft.graph.windowsUpdates.resourceConnectionState The state of the connection. The possible values are: connected, notAuthorized, notFound, unknownFutureValue.

updatableAsset

Property Type Description
id String An identifier for the asset. Key. Not nullable. Read-only. Returned by default.

updatableAssetGroup

Property Type Description
id String An identifier for the group. Key. Not nullable. Read-only. Returned by default. Inherited from updatableAsset.
In This Article
Back to top Created by merill | Submit feedback