Skip to main content

Transformdefinition

Properties

NameTypeDescriptionNotes
TypeStringTransform definition type.[optional]
Attributesmap[string]AnyTypeArbitrary key-value pairs to store any metadata for the object[optional]

Examples

  • Prepare the resource
$Transformdefinition = Initialize-Transformdefinition  -Type accountAttribute `
-Attributes {"attributeName":"e-mail","sourceName":"MySource","sourceId":"2c9180877a826e68017a8c0b03da1a53"}
  • Convert the resource to JSON
$Transformdefinition | ConvertTo-JSON

[Back to top]