managedAppOperation resource type

Namespace: microsoft.graph

Note: The Microsoft Graph API for Intune requires an active Intune license for the tenant.

Represents an operation applied against an app registration.

Methods

Method Return Type Description
List managedAppOperations managedAppOperation collection List properties and relationships of the managedAppOperation objects.
Get managedAppOperation managedAppOperation Read properties and relationships of the managedAppOperation object.
Create managedAppOperation managedAppOperation Create a new managedAppOperation object.
Delete managedAppOperation None Deletes a managedAppOperation.
Update managedAppOperation managedAppOperation Update the properties of a managedAppOperation object.

Properties

Property Type Description
displayName String The operation name.
lastModifiedDateTime DateTimeOffset The last time the app operation was modified.
state String The current state of the operation
id String Key of the entity.
version String Version of the entity.

Relationships

None

JSON Representation

Here is a JSON representation of the resource.

{
  "@odata.type": "#microsoft.graph.managedAppOperation",
  "displayName": "String",
  "lastModifiedDateTime": "String (timestamp)",
  "state": "String",
  "id": "String (identifier)",
  "version": "String"
}