Anteckning
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
Namespace: microsoft.graph
Details of the processing status for a tenant joining a multitenant organization.
Properties
Property | Type | Description |
---|---|---|
desiredMemberState | multiTenantOrganizationMemberState | State of the tenant in the multitenant organization currently being processed. The possible values are: pending , active , removed , unknownFutureValue . Read-only. |
details | String | Details that explain the processing status if any. Read-only. |
status | multiTenantOrganizationMemberProcessingStatus | Processing state of the asynchronous job. The possible values are: notStarted , running , succeeded , failed , unknownFutureValue . Read-only. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.multiTenantOrganizationJoinRequestTransitionDetails",
"desiredMemberState": "String",
"status": "String",
"details": "String"
}