Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2025/Models/SelectorAccountMatchConfigMatchExpression.md
2025-05-07 14:37:48 +00:00

1.4 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
v2025-selector-account-match-config-match-expression SelectorAccountMatchConfigMatchExpression SelectorAccountMatchConfigMatchExpression SelectorAccountMatchConfigMatchExpression powershellsdk
powershell
PowerShell
sdk
SelectorAccountMatchConfigMatchExpression
V2025SelectorAccountMatchConfigMatchExpression
/tools/sdk/powershell/v2025/models/selector-account-match-config-match-expression
SDK
Software Development Kit
SelectorAccountMatchConfigMatchExpression
V2025SelectorAccountMatchConfigMatchExpression

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-V2025SelectorAccountMatchConfigMatchExpression  -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

[Back to top]