Update to powershell SDK docs: 14886132815

This commit is contained in:
developer-relations-sp
2025-05-07 14:37:48 +00:00
parent 27bb21d885
commit cbd28db300
3627 changed files with 9695 additions and 9695 deletions

View File

@@ -24,7 +24,7 @@ Name | Type | Description | Notes
- Prepare the resource
```powershell
$Lookup = Initialize-PSSailpoint.V2025Lookup -Table {USA=Americas, FRA=EMEA, AUS=APAC, default=Unknown Region} `
$Lookup = Initialize-V2025Lookup -Table {USA=Americas, FRA=EMEA, AUS=APAC, default=Unknown Region} `
-RequiresPeriodicRefresh false `
-VarInput {type=accountAttribute, attributes={attributeName=first_name, sourceName=Source}}
```