mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
845 B
845 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-source-code | SourceCode | SourceCode | SourceCode | powershellsdk |
|
/tools/sdk/powershell/v2024/models/source-code |
|
SourceCode
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Version | String | the version of the code | [required] |
| Script | String | The code | [required] |
Examples
- Prepare the resource
$SourceCode = Initialize-PSSailpoint.V2024SourceCode -Version 1.0 `
-Script return "Mr. " + firstName;
- Convert the resource to JSON
$SourceCode | ConvertTo-JSON