Skip to main content

TransformDefinition

Properties

NameTypeDescriptionNotes
TypeStringThe type of the transform definition.[optional]
Attributes[map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4Arbitrary key-value pairs to store any metadata for the object[optional]

Examples

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

[Back to top]