Edit

directoryObjectWorkflowSubject resource type

Namespace: microsoft.graph.identityGovernance

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 directory object, such as a user, as a subject for lifecycle workflow activation. Use this type when a lifecycle workflow processes an existing directory object; the directoryObject relationship returns the specific object being processed.

Inherits from workflowSubject.

Methods

None.

Properties

None.

Relationships

Relationship Type Description
directoryObject microsoft.graph.directoryObject The directory object that's being processed by the lifecycle workflow. The runtime type is the specific derived type of the object, for example, user.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.identityGovernance.directoryObjectWorkflowSubject"
}