mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-07 12:27:47 +00:00
adding powershell sdk docs back
This commit is contained in:
37
docs/tools/sdk/powershell/Reference/Beta/Models/Static.md
Normal file
37
docs/tools/sdk/powershell/Reference/Beta/Models/Static.md
Normal file
@@ -0,0 +1,37 @@
|
||||
---
|
||||
id: beta-static
|
||||
title: Static
|
||||
pagination_label: Static
|
||||
sidebar_label: Static
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'Static', 'BetaStatic']
|
||||
slug: /tools/sdk/powershell/beta/models/static
|
||||
tags: ['SDK', 'Software Development Kit', 'Static', 'BetaStatic']
|
||||
---
|
||||
|
||||
|
||||
# Static
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Values** | **String** | This must evaluate to a JSON string, either through a fixed value or through conditional logic using the Apache Velocity Template Language. | [required]
|
||||
**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
|
||||
$Static = Initialize-PSSailpoint.BetaStatic -Values string$variable `
|
||||
-RequiresPeriodicRefresh false
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$Static | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user