| title | provisionedPlan resource type |
|---|---|
| description | The provisionedPlans property of the user entity and the organization entity is a collection of provisionedPlan objects. |
| ms.localizationpriority | medium |
| author | sauwat |
| ms.subservice | entra-directory-management |
| doc_type | resourcePageType |
| ms.date | 10/22/2024 |
Namespace: microsoft.graph
Used by the provisionedPlans property of the user entity and the organization entity.
| Property | Type | Description |
|---|---|---|
| capabilityStatus | String | Condition of the capability assignment. The possible values are Enabled, Warning, Suspended, Deleted, LockedOut. See a detailed description of each value. |
| provisioningStatus | String | The possible values are:Success - Service is fully provisioned.Disabled - Service is disabled.Error - The service plan isn't provisioned and is in an error state.PendingInput - The service isn't provisioned and is awaiting service confirmation.PendingActivation - The service is provisioned but requires explicit activation by an administrator (for example, Intune_O365 service plan)PendingProvisioning - Microsoft has added a new service to the product SKU and it isn't activated in the tenant. |
| service | String | The name of the service; for example, "AccessControlS2S". |
The following JSON representation shows the resource type.
{
"capabilityStatus": "string",
"provisioningStatus": "string",
"service": "string"
}