Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/Static.md
2025-05-07 14:37:48 +00:00

1.0 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
beta-static Static Static Static powershellsdk
powershell
PowerShell
sdk
Static
BetaStatic
/tools/sdk/powershell/beta/models/static
SDK
Software Development Kit
Static
BetaStatic

Static

Properties

Name Type Description Notes
Values String This must evaluate to a JSON string, either through a fixed value or through conditional logic using the Apache Velocity Template Language. [required]
RequiresPeriodicRefresh Boolean A 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-BetaStatic  -Values string$variable `
 -RequiresPeriodicRefresh false
  • Convert the resource to JSON
$Static | ConvertTo-JSON

[Back to top]