Skip to main content

Children

Properties

NameTypeDescriptionNotes
OperatorString[optional]
AttributeString[optional]
ValueValue[optional]
ChildrenString[optional]

Examples

  • Prepare the resource
$Children = Initialize-PSSailpoint.BetaChildren  -Operator EQUALS `
-Attribute country `
-Value null `
-Children null
  • Convert the resource to JSON
$Children | ConvertTo-JSON

[Back to top]