Skip to main content

Static

Properties

NameTypeDescriptionNotes
ValuesStringThis must evaluate to a JSON string, either through a fixed value or through conditional logic using the Apache Velocity Template Language.[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
$Static = Initialize-PSSailpoint.V2024Static  -Values string$variable `
-RequiresPeriodicRefresh false
  • Convert the resource to JSON
$Static | ConvertTo-JSON

[Back to top]