Skip to main content

Attrsyncsourceconfig

Properties

NameTypeDescriptionNotes
SourceAttrsyncsource[required]
Attributes[]AttrsyncsourceattributeconfigAttribute synchronization configuration for specific identity attributes in the context of a source[required]

Examples

  • Prepare the resource
$Attrsyncsourceconfig = Initialize-Attrsyncsourceconfig  -Source null `
-Attributes [{"name":"email","displayName":"Email","enabled":true,"target":"mail"},{"name":"firstname","displayName":"First Name","enabled":false,"target":"givenName"}]
  • Convert the resource to JSON
$Attrsyncsourceconfig | ConvertTo-JSON

[Back to top]