Skip to content

Commit 9f59aee

Browse files
authored
Update provisionedplan.md - capabilityStatus + provisioningStatus
1 parent a15247c commit 9f59aee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

api-reference/v1.0/resources/provisionedplan.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ Used by the **provisionedPlans** property of the [user](user.md) entity and the
1717
## Properties
1818
| Property | Type |Description|
1919
|:---------------|:--------|:----------|
20-
|capabilityStatus|String|For example, "Enabled".|
21-
|provisioningStatus|String|For example, "Success".|
22-
|service|String|The name of the service; for example, "AccessControlS2S"|
20+
|capabilityStatus|String|Condition of the capability assignment. The possible values are `Enabled`, `Warning`, `Suspended`, `Deleted`, `LockedOut`. See [a detailed description of each value](../resources/assignedplan.md#capabilitystatus-values).|
21+
|provisioningStatus|String|The possible values are:<br/>`Success` - Service is fully provisioned.<br/>`Disabled` - Service is disabled.<br/>`Error` - The service plan isn't provisioned and is in an error state.<br/>`PendingInput` - The service isn't provisioned and is awaiting service confirmation.<br/>`PendingActivation` - The service is provisioned but requires explicit activation by an administrator (for example, Intune_O365 service plan)<br/>`PendingProvisioning` - Microsoft has added a new service to the product SKU and it isn't activated in the tenant.|
22+
|service|String|The name of the service; for example, "AccessControlS2S".|
2323

2424
## JSON representation
2525

0 commit comments

Comments
 (0)