delegatedAdminRelationshipOperation 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 a long-running operation related to a delegated admin relationship. An example of a long-running operation can be an update to the delegatedAdminAccessAssignment object.
Methods
Method | Return type | Description |
---|---|---|
List | delegatedAdminRelationshipOperation collection | Get a list of the delegatedAdminRelationshipOperation objects and their properties. |
Get | delegatedAdminRelationshipOperation | Read the properties and relationships of a delegatedAdminRelationshipOperation object. |
Properties
Property | Type | Description |
---|---|---|
createdDateTime | DateTimeOffset | The time in ISO 8601 format and in UTC time when the long-running operation was created. Read-only. |
data | String | The data (payload) for the operation. Read-only. |
id | String | The unique identifier of the delegated admin long-running operation. Read-only. Inherited from entity. |
lastModifiedDateTime | DateTimeOffset | The time in ISO 8601 format and in UTC time when the long-running operation was last modified. Read-only. |
operationType | delegatedAdminRelationshipOperationType | The type of long-running operation. The possible values are: delegatedAdminAccessAssignmentUpdate , unknownFutureValue ,delegatedAdminRelationshipUpdate . Read-only. You must use the Prefer: include-unknown-enum-members request header to get the following value from this evolvable enum: delegatedAdminRelationshipUpdate . |
status | longRunningOperationStatus | The status of the operation. Read-only. The possible values are: notStarted , running , succeeded , failed , skipped , unknownFutureValue . Read-only. Supports $orderby . |
Relationships
None.
JSON representation
The following JSON representation shows the resource type.
{
"@odata.type": "#microsoft.graph.delegatedAdminRelationshipOperation",
"id": "String (identifier)",
"operationType": "String",
"data": "String",
"status": "String",
"createdDateTime": "String (timestamp)",
"lastModifiedDateTime": "String (timestamp)"
}