Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
18 changes: 18 additions & 0 deletions openApiDocs/beta/Applications.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21617,6 +21617,8 @@ components:
title: synchronizationJobSubject
type: object
properties:
links:
$ref: '#/components/schemas/microsoft.graph.synchronizationLinkedObjects'
objectId:
type: string
description: The identifier of an object to which a synchronizationJob is to be applied.
Expand Down Expand Up @@ -22362,6 +22364,22 @@ components:
format: int64
additionalProperties:
type: object
microsoft.graph.synchronizationLinkedObjects:
title: synchronizationLinkedObjects
type: object
properties:
manager:
$ref: '#/components/schemas/microsoft.graph.synchronizationJobSubject'
members:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.synchronizationJobSubject'
owners:
type: array
items:
$ref: '#/components/schemas/microsoft.graph.synchronizationJobSubject'
additionalProperties:
type: object
microsoft.graph.objectMapping:
title: objectMapping
type: object
Expand Down
Loading