mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.2 KiB
1.2 KiB
id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
| id | title | pagination_label | sidebar_label | sidebar_class_name | keywords | slug | tags | |||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| v2024-expression-children-inner | ExpressionChildrenInner | ExpressionChildrenInner | ExpressionChildrenInner | powershellsdk |
|
/tools/sdk/powershell/v2024/models/expression-children-inner |
|
ExpressionChildrenInner
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| Operator | Enum [ "AND", "EQUALS" ] | Operator for the expression | [optional] |
| Attribute | String | Name for the attribute | [optional] |
| Value | Value | [optional] | |
| Children | String | There cannot be anymore nested children. This will always be null. | [optional] |
Examples
- Prepare the resource
$ExpressionChildrenInner = Initialize-PSSailpoint.V2024ExpressionChildrenInner -Operator EQUALS `
-Attribute location `
-Value null `
-Children null
- Convert the resource to JSON
$ExpressionChildrenInner | ConvertTo-JSON