mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
734 B
734 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 | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| value | Value | Value | Value | powershellsdk |
|
/tools/sdk/powershell/v3/models/value |
|
Value
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Type | String | The type of attribute value | [optional] |
| Value | String | The attribute value | [optional] |
Examples
- Prepare the resource
$Value = Initialize-Value -Type STRING `
-Value Austin
- Convert the resource to JSON
$Value | ConvertTo-JSON