Skip to content

Latest commit

 

History

History
59 lines (45 loc) · 1.57 KB

File metadata and controls

59 lines (45 loc) · 1.57 KB
title description author ms.localizationpriority ms.subservice doc_type
domainState resource type
Represents the status of asynchronous operations scheduled on a domain.
tafra00
medium
entra-directory-management
resourcePageType

domainState resource type

Namespace: microsoft.graph

[!INCLUDE beta-disclaimer]

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.

JSON representation

The following JSON representation shows the resource type.

{
  "lastActionDateTime": "String (timestamp)",
  "operation": "String",
  "status": "String"
}