Edit

provisioningObjectWorkflowSubject resource type

Namespace: microsoft.graph.identityGovernance

Represents a provisioning object as a subject for lifecycle workflow activation. Use this type when activating workflows via the activateAndWait action for non-user provisioning subjects.

Inherits from workflowSubject.

Methods

None.

Properties

Property Type Description
attributeSetEntries microsoft.graph.identityGovernance.attributeSetEntry collection The attribute set entries representing the subject's attributes. Each entry is a key-value pair.
id String The identifier of the provisioning object subject.

Relationships

None.

JSON representation

The following JSON representation shows the resource type.

{
  "@odata.type": "#microsoft.graph.identityGovernance.provisioningObjectWorkflowSubject",
  "id": "String",
  "attributeSetEntries": [
    {
      "@odata.type": "microsoft.graph.identityGovernance.attributeSetEntry"
    }
  ]
}