Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/Value.md
2025-02-03 22:09:17 +00:00

770 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-value Value Value Value powershellsdk
powershell
PowerShell
sdk
Value
V2024Value
/tools/sdk/powershell/v2024/models/value
SDK
Software Development Kit
Value
V2024Value

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-PSSailpoint.V2024Value  -Type STRING `
 -Value Austin
  • Convert the resource to JSON
$Value | ConvertTo-JSON

[Back to top]