mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-06 20:37:46 +00:00
1.5 KiB
1.5 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-selector-account-match-config-match-expression | SelectorAccountMatchConfigMatchExpression | SelectorAccountMatchConfigMatchExpression | SelectorAccountMatchConfigMatchExpression | powershellsdk |
|
/tools/sdk/powershell/v2024/models/selector-account-match-config-match-expression |
|
SelectorAccountMatchConfigMatchExpression
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| MatchTerms | []MatchTerm | [optional] | |
| And | Boolean | If it is AND operators for match terms | [optional] [default to $true] |
Examples
- Prepare the resource
$SelectorAccountMatchConfigMatchExpression = Initialize-PSSailpoint.V2024SelectorAccountMatchConfigMatchExpression -MatchTerms [{name=, value=, op=null, container=true, and=false, children=[{name=businessCategory, value=Service, op=eq, container=false, and=false, children=null}]}] `
-And true
- Convert the resource to JSON
$SelectorAccountMatchConfigMatchExpression | ConvertTo-JSON