Skip to main content

UUIDGenerator

Properties

NameTypeDescriptionNotes
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
$UUIDGenerator = Initialize-PSSailpoint.V3UUIDGenerator  -RequiresPeriodicRefresh false
  • Convert the resource to JSON
$UUIDGenerator | ConvertTo-JSON

[Back to top]