Expression
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 | []Children | List of expressions | [optional] |
Examples
- Prepare the resource
$Expression = Initialize-PSSailpoint.BetaExpression -Operator EQUALS `
-Attribute location `
-Value null `
-Children []
- Convert the resource to JSON
$Expression | ConvertTo-JSON