provisionedPlan resource type
Namespace: microsoft.graph
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.
Used by the provisionedPlans property of the user entity and the organization entity.
Properties
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" |
JSON representation
The following JSON representation shows the resource type.
{
"capabilityStatus": "string",
"provisioningStatus": "string",
"service": "string"
}