Edit

provisioningObjectWorkflowSubject 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 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.

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"
    }
  ]
}