25,080 questions
- Besides writing an API client to call MS Graph API and pull the provisioning logs from MS Graph into your application or another location, no. Concepts such as a "job", "cycle", etc. are not defined in the SCIM spec and there are no means to monitor them via SCIM as a result.
- At scale, not really. It's roughly the same approach as above, though - MS Graph API to manipulate the provisioning job into a paused state. If this is for a single provisioning job for an app internal to your company/organization, this is feasible, but if you're running a multi-tenant service for customers then they likely will not permit you to have the API permissions required to manage the job. If your SCIM service is multi-tenant, you should look into how to achieve 24/7 uptime rather than having scheduled maintenance.