Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/Value.md
2025-05-07 14:37:48 +00:00

753 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
beta-value Value Value Value powershellsdk
powershell
PowerShell
sdk
Value
BetaValue
/tools/sdk/powershell/beta/models/value
SDK
Software Development Kit
Value
BetaValue

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

[Back to top]