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

887 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-children Children Children Children powershellsdk
powershell
PowerShell
sdk
Children
BetaChildren
/tools/sdk/powershell/beta/models/children
SDK
Software Development Kit
Children
BetaChildren

Children

Properties

Name Type Description Notes
Operator String [optional]
Attribute String [optional]
Value Value [optional]
Children String [optional]

Examples

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

[Back to top]