Skip to main content

Value

Properties

NameTypeDescriptionNotes
TypeStringThe type of attribute value[optional]
ValueStringThe 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]