Files
developer.sailpoint.com/docs/tools/sdk/powershell/refrence/beta/Models/SelectorAccountMatchConfigMatchExpression.md
darrell-thobe-sp 39d2297259 update to doc files
2025-01-24 14:40:05 -05: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
selector-account-match-config-match-expression SelectorAccountMatchConfigMatchExpression SelectorAccountMatchConfigMatchExpression SelectorAccountMatchConfigMatchExpression powershellsdk
powershell
PowerShell
sdk
SelectorAccountMatchConfigMatchExpression
/tools/sdk/powershell/beta/models/selector-account-match-config-match-expression
SDK
Software Development Kit
SelectorAccountMatchConfigMatchExpression

SelectorAccountMatchConfigMatchExpression

Properties

Name Type Description Notes
MatchTerms Pointer to []MatchTerm [optional]
And Pointer to Boolean If it is AND operators for match terms [optional] [default to $true]

Examples

  • Prepare the resource
$SelectorAccountMatchConfigMatchExpression = Initialize-PSSailpoint.BetaSelectorAccountMatchConfigMatchExpression  -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]