Attributemappings
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Target | AttributemappingsAllOfTarget | [optional] | |
| TransformDefinition | AttributemappingsAllOfTransformDefinition | [optional] |
Examples
- Prepare the resource
$Attributemappings = Initialize-Attributemappings -Target null `
-TransformDefinition null
- Convert the resource to JSON
$Attributemappings | ConvertTo-JSON