Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/TransformDefinition.md
2025-03-05 06:25:48 +00:00

1.2 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
v2024-transform-definition TransformDefinition TransformDefinition TransformDefinition powershellsdk
powershell
PowerShell
sdk
TransformDefinition
V2024TransformDefinition
/tools/sdk/powershell/v2024/models/transform-definition
SDK
Software Development Kit
TransformDefinition
V2024TransformDefinition

TransformDefinition

Properties

Name Type Description Notes
Type String Transform definition type. [optional]
Attributes [map[string]AnyType]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 Arbitrary 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]