Teilen über


provisionedPlan-Ressourcentyp

Namespace: microsoft.graph

Wird von der provisionedPlans-Eigenschaft der Benutzerentität und der entität organization verwendet.

Eigenschaften

Eigenschaft Typ Beschreibung
capabilityStatus String Beispiel: "Enabled".
provisioningStatus String Beispiel: "Success".
Dienst String Der Name des Diensts; Beispiel: "AccessControlS2S"

JSON-Darstellung

Die folgende JSON-Darstellung zeigt den Ressourcentyp.

{
  "capabilityStatus": "string",
  "provisioningStatus": "string",
  "service": "string"
}