mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 12:27:46 +00:00
1.0 KiB
1.0 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 | Expression | Expression | Expression | powershellsdk |
|
/tools/sdk/powershell/v2024/models/expression |
|
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 | []ExpressionChildrenInner | List of expressions | [optional] |
Examples
- Prepare the resource
$Expression = Initialize-V2024Expression -Operator EQUALS `
-Attribute location `
-Value null `
-Children []
- Convert the resource to JSON
$Expression | ConvertTo-JSON