|
1 |
| ---- |
| 1 | +--- |
2 | 2 | external help file: Microsoft.Graph.Applications-help.xml
|
3 | 3 | Module Name: Microsoft.Graph.Applications
|
4 | 4 | online version: https://docs.microsoft.com/en-us/powershell/module/microsoft.graph.applications/update-mgserviceprincipalsynchronizationtemplateschema
|
@@ -253,7 +253,7 @@ COMPLEX PARAMETER PROPERTIES
|
253 | 253 | To create the parameters described below, construct a hash table containing the appropriate properties. For information on hash tables, run Get-Help about_Hash_Tables.
|
254 | 254 |
|
255 | 255 |
|
256 |
| -BODYPARAMETER <IMicrosoftGraphSynchronizationSchema>: synchronizationSchema |
| 256 | +BODYPARAMETER `<IMicrosoftGraphSynchronizationSchema>`: synchronizationSchema |
257 | 257 | - `[(Any) <Object>]`: This indicates any property can be added to this object.
|
258 | 258 | - `[Id <String>]`:
|
259 | 259 | - `[Directories <IMicrosoftGraphDirectoryDefinition[]>]`: Contains the collection of directories and all of their objects.
|
@@ -330,7 +330,7 @@ BODYPARAMETER <IMicrosoftGraphSynchronizationSchema>: synchronizationSchema
|
330 | 330 | - `[TargetDirectoryName <String>]`: Name of the target directory. Must match one of the directory definitions in synchronizationSchema.
|
331 | 331 | - `[Version <String>]`: The version of the schema, updated automatically with every schema change.
|
332 | 332 |
|
333 |
| -DIRECTORIES <IMicrosoftGraphDirectoryDefinition[]>: Contains the collection of directories and all of their objects. |
| 333 | +DIRECTORIES <IMicrosoftGraphDirectoryDefinition\[]>: Contains the collection of directories and all of their objects. |
334 | 334 | - `[Id <String>]`:
|
335 | 335 | - `[Discoverabilities <String>]`: directoryDefinitionDiscoverabilities
|
336 | 336 | - `[DiscoveryDateTime <DateTime?>]`: Represents the discovery date and time using ISO 8601 format and is always in UTC time. For example, midnight UTC on Jan 1, 2014 is 2014-01-01T00:00:00Z.
|
@@ -361,7 +361,7 @@ DIRECTORIES <IMicrosoftGraphDirectoryDefinition[]>: Contains the collection of d
|
361 | 361 | - `[ReadOnly <Boolean?>]`:
|
362 | 362 | - `[Version <String>]`: Read only value that indicates version discovered. null if discovery has not yet occurred.
|
363 | 363 |
|
364 |
| -INPUTOBJECT <IApplicationsIdentity>: Identity Parameter |
| 364 | +INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter |
365 | 365 | - `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
|
366 | 366 | - `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
|
367 | 367 | - `[ApplicationId <String>]`: key: id of application
|
@@ -391,7 +391,7 @@ INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
|
391 | 391 | - `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
|
392 | 392 | - `[UserId <String>]`: key: id of user
|
393 | 393 |
|
394 |
| -SYNCHRONIZATIONRULES <IMicrosoftGraphSynchronizationRule[]>: A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate. |
| 394 | +SYNCHRONIZATIONRULES <IMicrosoftGraphSynchronizationRule\[]>: A collection of synchronization rules configured for the synchronizationJob or synchronizationTemplate. |
395 | 395 | - `[Editable <Boolean?>]`: true if the synchronization rule can be customized; false if this rule is read-only and should not be changed.
|
396 | 396 | - `[Id <String>]`: Synchronization rule identifier. Must be one of the identifiers recognized by the synchronization engine. Supported rule identifiers can be found in the synchronization template returned by the API.
|
397 | 397 | - `[Metadata <IMicrosoftGraphStringKeyStringValuePair[]>]`: Additional extension properties. Unless instructed explicitly by the support team, metadata values should not be changed.
|
|
0 commit comments