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.V3ExpressionChildrenInner -Operator EQUALS `
-Attribute location `
-Value null `
-Children null
- Convert the resource to JSON
$ExpressionChildrenInner | ConvertTo-JSON