Skip to content

Latest commit

 

History

History
48 lines (41 loc) · 1.82 KB

managedtenants-managementactiondeploymentstatus.md

File metadata and controls

48 lines (41 loc) · 1.82 KB
title description author ms.localizationpriority ms.subservice doc_type
managementActionDeploymentStatus resource type
Represents the deployment status for a given managed tenant.
idwilliams
medium
m365-lighthouse
resourcePageType

managementActionDeploymentStatus resource type

Namespace: microsoft.graph.managedTenants

[!INCLUDE beta-disclaimer]

Represents the deployment status for a given managed tenant.

Properties

Property Type Description
managementActionId String The identifier for the management action. Required. Read-only.
managementTemplateId String The management template identifier that was used to generate the management action. Required. Read-only.
status managementActionStatus The status of the management action. Possible values are: toAddress, completed, error, timeOut, inProgress, planned, resolvedBy3rdParty, resolvedThroughAlternateMitigation, riskAccepted, unknownFutureValue. Required.
workloadActionDeploymentStatuses microsoft.graph.managedTenants.workloadActionDeploymentStatus collection The collection of workload action deployment statues for the given management action. Optional.

Relationships

None.

JSON representation

The following is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.managedTenants.managementActionDeploymentStatus",
  "managementTemplateId": "String",
  "managementActionId": "String",
  "status": "String",
  "workloadActionDeploymentStatuses": [
    {
      "@odata.type": "microsoft.graph.managedTenants.workloadActionDeploymentStatus"
    }
  ]
}