multiTenantOrganizationMemberTransitionDetails 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.
Details of the processing status for a tenant in a multitenant organization.
Properties
Property | Type | Description |
---|---|---|
desiredRole | multiTenantOrganizationMemberRole | Role of the tenant in the multitenant organization. The possible values are: owner , member , unknownFutureValue . |
desiredState | 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.multiTenantOrganizationMemberTransitionDetails",
"desiredState": "String",
"desiredRole": "String",
"status": "String",
"details": "String"
}