mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
957 B
957 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-uuid-generator | UUIDGenerator | UUIDGenerator | UUIDGenerator | powershellsdk |
|
/tools/sdk/powershell/v2024/models/uuid-generator |
|
UUIDGenerator
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| 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
$UUIDGenerator = Initialize-PSSailpoint.V2024UUIDGenerator -RequiresPeriodicRefresh false
- Convert the resource to JSON
$UUIDGenerator | ConvertTo-JSON