Attrsyncsourceconfig
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Source | Attrsyncsource | [required] | |
| Attributes | []Attrsyncsourceattributeconfig | Attribute 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