removing beta docs

This commit is contained in:
darrell-thobe-sp
2025-01-23 23:30:59 -05:00
parent 7194b934e8
commit befdd82384
999 changed files with 0 additions and 70946 deletions

View File

@@ -1,35 +0,0 @@
---
id: uuid-generator
title: UUIDGenerator
pagination_label: UUIDGenerator
sidebar_label: UUIDGenerator
sidebar_class_name: powershellsdk
keywords: ['powershell', 'PowerShell', 'sdk', 'UUIDGenerator']
slug: /tools/sdk/powershell/beta/models/uuid-generator
tags: ['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
```powershell
$UUIDGenerator = Initialize-PSSailpoint.BetaUUIDGenerator -RequiresPeriodicRefresh false
```
- Convert the resource to JSON
```powershell
$UUIDGenerator | ConvertTo-JSON
```
[[Back to top]](#)