Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
Namespace: microsoft.graph.identityGovernance
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"
}