Skip to main content

ListPredefinedSelectOptionsResponse

Properties

NameTypeDescriptionNotes
Results[]StringResults holds a list of PreDefinedSelectOption items[optional]

Examples

  • Prepare the resource
$ListPredefinedSelectOptionsResponse = Initialize-PSSailpoint.BetaListPredefinedSelectOptionsResponse  -Results null
  • Convert the resource to JSON
$ListPredefinedSelectOptionsResponse | ConvertTo-JSON

[Back to top]