domainState 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.
Represents the status of asynchronous operations scheduled on a domain.
Properties
Property | Type | Description |
---|---|---|
lastActionDateTime | DateTimeOffset | Timestamp for when the last activity occurred. The value is updated when an operation is scheduled, the asynchronous task starts, and when the operation completes. |
operation | String | Type of asynchronous operation. The values can be ForceDelete or Verification . |
status | String | Current status of the operation. Scheduled - Operation is scheduled but hasn't started. InProgress - Task is in progress. Failed - The operation failed. |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"lastActionDateTime": "String (timestamp)",
"operation": "String",
"status": "String"
}