assignedPlan-RessourcentypassignedPlan resource type
Namespace: microsoft.graphNamespace: microsoft.graph
Wichtig
APIs unter der /beta
Version in Microsoft Graph können geändert werden.APIs under the /beta
version in Microsoft Graph are subject to change. Die Verwendung dieser APIs in Produktionsanwendungen wird nicht unterstützt.Use of these APIs in production applications is not supported. Verwenden Sie die Versionsauswahl, um zu ermitteln, ob eine API in Version 1.0 verfügbar ist.To determine whether an API is available in v1.0, use the Version selector.
Die assignedPlans-Eigenschaft der user-Entität und der oganization-Entität ist eine Sammlung von assignedPlan.The assignedPlans property of both the user entity and the organization entity is a collection of assignedPlan.
EigenschaftenProperties
EigenschaftProperty | TypType | BeschreibungDescription |
---|---|---|
assignedDateTimeassignedDateTime | DateTimeOffsetDateTimeOffset | Datum und Uhrzeit der Zuweisung des Plans, z. B.: 2013-01-02T19:32:30Z. Der Timestamp-Typ stellt die Datums- und Uhrzeitinformationen mithilfe des ISO 8601-Formats dar und wird immer in UTC-Zeit angegeben. Mitternacht UTC-Zeit am 1. Januar 2014 würde z. B. wie folgt aussehen: '2014-01-01T00:00:00Z' The date and time at which the plan was assigned; for example: 2013-01-02T19:32:30Z. The Timestamp type represents date and time information using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 would look like this: '2014-01-01T00:00:00Z' |
capabilityStatuscapabilityStatus | capabilityStatuscapabilityStatus | Bedingung der Funktionszuweisung.Condition of the capability assignment. Die möglichen Werte sind Enabled , Warning , , Suspended Deleted LockedOut .The possible values are Enabled , Warning , Suspended , Deleted , LockedOut . |
serviceservice | StringString | Der Name des Diensts. z. B. „Exchange“.The name of the service; for example, “Exchange”. |
servicePlanIdservicePlanId | GuidGuid | Eine GUID, die den Serviceplan identifiziert.A GUID that identifies the service plan. |
capabilityStatus-WertecapabilityStatus values
MemberMember | BeschreibungDescription |
---|---|
AktiviertEnabled | Für die normale Verwendung verfügbar.Available for normal use. |
WarnungWarning | Für die normale Verwendung verfügbar, befindet sich jedoch in einer Kulanzfrist.Available for normal use but is in a grace period. |
GesperrtSuspended | Nicht verfügbar, aber alle der Funktion zugeordneten Daten müssen beibehalten werden.Unavailable but any data associated with the capability must be preserved. |
GelöschtDeleted | Nicht verfügbar, und der Funktion zugeordnete Daten können gelöscht werden.Unavailable and any data associated with the capability may be deleted. |
LockedOutLockedOut | Nicht verfügbar für alle Administratoren und Benutzer, aber alle der Funktion zugeordneten Daten müssen beibehalten werden.Unavailable for all administrators and users but any data associated with the capability must be preserved. |
JSON-DarstellungJSON representation
Es folgt eine JSON-Darstellung der Ressource.Here is a JSON representation of the resource
{
"assignedDateTime": "String (timestamp)",
"capabilityStatus": "string",
"service": "string",
"servicePlanId": "guid"
}