Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/Value.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05:00

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

Value

Properties

Name Type Description Notes
Type Pointer to String The type of attribute value [optional]
Value Pointer to String The attribute value [optional]

Examples

  • Prepare the resource
$Value = Initialize-PSSailpoint.BetaValue  -Type STRING `
 -Value Austin
  • Convert the resource to JSON
$Value | ConvertTo-JSON

[Back to top]