Skip to main content

TransformRule

Properties

NameTypeDescriptionNotes
NameStringThis is the name of the Transform rule that needs to be invoked by the transform[required]
RequiresPeriodicRefreshBooleanA value that indicates whether the transform logic should be re-evaluated every evening as part of the identity refresh process[optional] [default to $false]

Examples

  • Prepare the resource
$TransformRule = Initialize-PSSailpoint.V2024TransformRule  -Name Transform Calculation Rule `
-RequiresPeriodicRefresh false
  • Convert the resource to JSON
$TransformRule | ConvertTo-JSON

[Back to top]