|
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-mgserviceprincipalsynchronizationtemplateschemadirectory
|
@@ -316,7 +316,7 @@ COMPLEX PARAMETER PROPERTIES
|
316 | 316 | 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.
|
317 | 317 |
|
318 | 318 |
|
319 |
| -BODYPARAMETER <IMicrosoftGraphDirectoryDefinition>: directoryDefinition |
| 319 | +BODYPARAMETER `<IMicrosoftGraphDirectoryDefinition>`: directoryDefinition |
320 | 320 | - `[(Any) <Object>]`: This indicates any property can be added to this object.
|
321 | 321 | - `[Id <String>]`:
|
322 | 322 | - `[Discoverabilities <String>]`: directoryDefinitionDiscoverabilities
|
@@ -348,7 +348,7 @@ BODYPARAMETER <IMicrosoftGraphDirectoryDefinition>: directoryDefinition
|
348 | 348 | - `[ReadOnly <Boolean?>]`:
|
349 | 349 | - `[Version <String>]`: Read only value that indicates version discovered. null if discovery has not yet occurred.
|
350 | 350 |
|
351 |
| -INPUTOBJECT <IApplicationsIdentity>: Identity Parameter |
| 351 | +INPUTOBJECT `<IApplicationsIdentity>`: Identity Parameter |
352 | 352 | - `[AppManagementPolicyId <String>]`: key: id of appManagementPolicy
|
353 | 353 | - `[AppRoleAssignmentId <String>]`: key: id of appRoleAssignment
|
354 | 354 | - `[ApplicationId <String>]`: key: id of application
|
@@ -378,7 +378,7 @@ INPUTOBJECT <IApplicationsIdentity>: Identity Parameter
|
378 | 378 | - `[TokenLifetimePolicyId <String>]`: key: id of tokenLifetimePolicy
|
379 | 379 | - `[UserId <String>]`: key: id of user
|
380 | 380 |
|
381 |
| -OBJECTS <IMicrosoftGraphObjectDefinition[]>: Collection of objects supported by the directory. |
| 381 | +OBJECTS <IMicrosoftGraphObjectDefinition\[]>: Collection of objects supported by the directory. |
382 | 382 | - `[Attributes <IMicrosoftGraphAttributeDefinition[]>]`:
|
383 | 383 | - `[Anchor <Boolean?>]`: true if the attribute should be used as the anchor for the object. Anchor attributes must have a unique value identifying an object, and must be immutable. Default is false. One, and only one, of the object's attributes must be designated as the anchor to support synchronization.
|
384 | 384 | - `[ApiExpressions <IMicrosoftGraphStringKeyStringValuePair[]>]`:
|
|
0 commit comments