synchronizationJobSubject resource type

Namespace: microsoft.graph

Represents the objects that will be provisioned during on-demand provisioning.

Properties

Property Type Description
links synchronizationLinkedObjects Principals that you would like to provision.
objectId String The identifier of an object to which a synchronizationJob is to be applied. Can be one of the following:
  • An onPremisesDistinguishedName for synchronization from Active Directory to Azure AD.
  • The user ID for synchronization from Microsoft Entra ID to a third-party.
  • The Worker ID of the Workday worker for synchronization from Workday to either Active Directory or Azure AD.
  • objectTypeName String The type of the object to which a synchronizationJob is to be applied. Can be one of the following:
  • user for synchronizing between Active Directory and Azure AD.
  • User for synchronizing a user between Microsoft Entra ID and a third-party application.
  • Worker for synchronization a user between Workday and either Active Directory or Azure AD.
  • Group for synchronizing a group between Microsoft Entra ID and a third-party application.
  • Relationships

    None.

    JSON representation

    The following is a JSON representation of the resource.

    {
      "@odata.type": "#microsoft.graph.synchronizationJobSubject",
      "objectId": "String",
      "objectTypeName": "String",
      "links": {
        "@odata.type": "microsoft.graph.synchronizationLinkedObjects"
      }
    }