Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/UUIDGenerator.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

917 B

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
uuid-generator UUIDGenerator UUIDGenerator UUIDGenerator powershellsdk
powershell
PowerShell
sdk
UUIDGenerator
/tools/sdk/powershell/beta/models/uuid-generator
SDK
Software Development Kit
UUIDGenerator

UUIDGenerator

Properties

Name Type Description Notes
RequiresPeriodicRefresh Pointer to 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
$UUIDGenerator = Initialize-PSSailpoint.BetaUUIDGenerator  -RequiresPeriodicRefresh false
  • Convert the resource to JSON
$UUIDGenerator | ConvertTo-JSON

[Back to top]