Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/Children.md
2025-02-03 22:09:17 +00:00

899 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-PSSailpoint.BetaChildren  -Operator EQUALS `
 -Attribute country `
 -Value null `
 -Children null
  • Convert the resource to JSON
$Children | ConvertTo-JSON

[Back to top]